So that for instance:
- [[!toggle id="toggleable-id" text="Toggle" class="collapser"]]
+ \[[!toggle id="toggleable-id" text="Toggle" class="collapser"]]
could produce:
<a class="toggle collapser" href="#posts.toggleable-id">Toggle</a>
This could be extra-useful when using icons like [Font Awesome](http://fortawesome.github.io/Font-Awesome/icons/) so that the toggle link could be a nice icon instead of text.
+
+-- Hugo