diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-14 14:39:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-14 14:39:20 -0400 |
commit | f54c1c5b95423062bd1206fd82b3acf84f1b52d1 (patch) | |
tree | a26383566acb764cd19848bfdc6ef03c9543e8f0 /doc | |
parent | ba4434d70bed55e175071b56b6dee588cbea47c3 (diff) |
note on escaping
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html index 2ba180465..fe20a05b1 100644 --- a/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html +++ b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html @@ -11,5 +11,9 @@ are not part of markdown, and just get expanded to html before markdown processing. There is a bug open about this: -[[bugs/wiki_links_still_processed_inside_code_blocks]] --[[Joey]] +[[bugs/wiki_links_still_processed_inside_code_blocks]] + +Note that escaping the wikilink with a slash will avoid it being expanded +to html. +--[[Joey]] </blockquote> |