diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-08 20:18:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-08 20:18:50 +0000 |
commit | 7dcdea3410a98ea5f8969879292162020a2cd2e9 (patch) | |
tree | b6120339210f75b274e7fac88271d8261f3b59f3 | |
parent | 2a55084f746d0410cb75364e3b9370f7a2b61d50 (diff) |
web commit by JoshTriplett: Fix links.
-rw-r--r-- | doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 b56ee30af..d26e725b0 100644 --- a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn +++ b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn @@ -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 |