X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fbugs%2Fwiki_links_still_processed_inside_code_blocks.mdwn;h=b2a8b06323cd7f497918d748eb0b710ef981b10f;hb=42e15638dcd10029168214845919e6eab5dcf283;hp=f5cbc8894f088713dd0249eda9a05bb5f4b56e27;hpb=38a2b13b6a4575bc5a32e06063ea232a6ee24334;p=ikiwiki.git 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 f5cbc8894..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]] @@ -46,4 +46,4 @@ and have it render like: > there should give some strong hints how to fix this bug, though I haven't > tried to apply the method yet. --[[Joey]] -[[debbug 487397]] +[[!debbug 487397]]