]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
web commit by yyl
[ikiwiki.git] / doc / bugs / wiki_links_still_processed_inside_code_blocks.mdwn
index 6d8a3b61d20dfade95fec53ab9b7f63edb9e3476..744f26f4cab2d6c7f9348b1794f8b45a75b39d18 100644 (file)
@@ -1,8 +1,8 @@
-In [[markdown]] syntax, none of the other special characters get processed
-inside a code block.  However, in ikiwiki, [[wiki_links|wikilink]] and
-[[preprocessor_directives|preprocessordirective]] still get processed
+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
 inside a code block, requiring additional escaping.  For example, `[links
-don't work](#here)`, but `a [[wikilink]] becomes HTML`. --[[JoshTriplett]]
+don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]]
 
 Indented lines provide a good way to escape a block of text containing
 markdown syntax, but ikiwiki links like \[[this]] are still