web commit by JoshTriplett: Fix links.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 8 Dec 2006 20:18:50 +0000 (20:18 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 8 Dec 2006 20:18:50 +0000 (20:18 +0000)
doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn

index b56ee30afc4689c79d63b57fa06fb074412d0bec..d26e725b0a1c0dbce6b89918d67255954c2498db 100644 (file)
@@ -1 +1 @@
-In [[markdown]] syntax, none of the other special characters get processed inside a code block.  However, in ikiwiki, [[wiki links|wikilinks]] and [[preprocessor directives|preprocessordirectives]] still get processed inside a code block, requiring additional escaping.  For example, `[links don't work](#here)`, but `a [[wikilink]] becomes HTML`.
\ No newline at end of file
+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 inside a code block, requiring additional escaping.  For example, `[links don't work](#here)`, but `a [[wikilink]] becomes HTML`.
\ No newline at end of file