X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6914b975b895a431767a9e584b7b1ac3fa07285c..6a683800a4ff470f97dcadd89e5949afeadb34c2:/doc/ikiwiki/directive/toggle/discussion.mdwn

diff --git a/doc/ikiwiki/directive/toggle/discussion.mdwn b/doc/ikiwiki/directive/toggle/discussion.mdwn
index e1a2a4a42..e6507ae29 100644
--- a/doc/ikiwiki/directive/toggle/discussion.mdwn
+++ b/doc/ikiwiki/directive/toggle/discussion.mdwn
@@ -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