X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0cb014b9d26cdbc0693421a6577f74042f5591b6..96067ffdf2cdbabf40c0246f5cd55c3421f84dd2:/doc/plugins/toc/discussion.mdwn diff --git a/doc/plugins/toc/discussion.mdwn b/doc/plugins/toc/discussion.mdwn index 028437dba..287ba5656 100644 --- a/doc/plugins/toc/discussion.mdwn +++ b/doc/plugins/toc/discussion.mdwn @@ -17,3 +17,10 @@ copy of the template and removing its `...` section. Besides needing to generate guaranteed-unique anchor names, are there other reasons this directive couldn't be made to work on inlined pages? --[[schmonz]] + +> Workaround: `\[[!template id=note text=" \[[!toc]]"]]` +> (with whitespace) should work, because then Perl will consider +> the string to be a true value. +> +> Longer-term, my branch on [[bugs/template_creation_error]] +> aims to fix this sort of thing. --[[smcv]]