diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 17:20:48 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 17:20:48 +0000 |
commit | 5d1c384259c525a2c28776227a7d7c496e03af27 (patch) | |
tree | 539212f1c8460ff2a25a3b5e6d02f6d2bc5b94a1 /doc/bugs | |
parent | 3c70e58d1537f0ae340d768a7d15d136ec7ad256 (diff) |
Merge bug reports.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn | 11 | ||||
-rw-r--r-- | doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn | 15 |
2 files changed, 14 insertions, 12 deletions
diff --git a/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn b/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn deleted file mode 100644 index f78ebd0c6..000000000 --- a/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -Indented lines provide a good way to escape a block of text containing -markdown syntax, but ikiwiki links like \[[this]] are still -interpreted within such a block. I think that intepretation should not -be happening. That is I should be able to write: - - [[this]] - -and have it render like: - - \[[this]] - 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 d26e725b0..881cf96a4 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,14 @@ -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 +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`. --[[JoshTriplett]] + +Indented lines provide a good way to escape a block of text containing +markdown syntax, but ikiwiki links like \[[this]] are still +interpreted within such a block. I think that intepretation should not +be happening. That is I should be able to write: + + [[this]] + +and have it render like: + + \[[this]] + +--[[cworth]] |