X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/44824dba1bc9e03499e91f15234764e8739fcff8..99c9d8c34f95fe62c575a78e28abdbb47310c230:/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn diff --git a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn index c4e4ba6ef..b2a8b0632 100644 --- a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn +++ b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn @@ -1,6 +1,6 @@ In [[ikiwiki/markdown]] syntax, none of the other special characters get processed inside a code block. However, in ikiwiki, [[wiki_links|ikiwiki/wikilink]] and -[[preprocessor_directives|ikiwiki/preprocessordirective]] still get processed +[[preprocessor_directives|ikiwiki/directive]] still get processed inside a code block, requiring additional escaping. For example, `[links don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]] @@ -45,3 +45,5 @@ and have it render like: > I've now solved a similar bug involving the smiley plugin. The code used > there should give some strong hints how to fix this bug, though I haven't > tried to apply the method yet. --[[Joey]] + +[[!debbug 487397]]