]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki/directive/toggle/discussion.mdwn
Merge branch 'ready/more-magic'
[git.ikiwiki.info.git] / doc / ikiwiki / directive / toggle / discussion.mdwn
index e1a2a4a420899847151ecc63d950fce68686dc48..e6507ae29786a671e128bf1f45e93b8323440a65 100644 (file)
@@ -4,10 +4,12 @@ IMHO, i would be very useful to be able to customise the toggle indicator a litt
 
 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