diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE <Dário@web> | 2010-07-14 14:54:25 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-07-14 14:54:25 +0000 |
commit | eda2357c3e1990df049264735e8751af8962ded5 (patch) | |
tree | f23df7573ea233921ddd9171b4c41cb632656440 /doc | |
parent | 231886e851babcdd00e6243fd989c04628b6977a (diff) |
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, 6 insertions, 0 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 new file mode 100644 index 000000000..5ea0e1fac --- /dev/null +++ b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html @@ -0,0 +1,6 @@ +the following markdown code +`foo [["bar"]]` generates the following output: + +foo <span class="createlink"><a href="http://euler/~dabd/wiki/ikiwiki.cgi?page=__34__bar__34__&from=foo&do=create" rel="nofollow">?</a>"bar"</span> + +Perhaps this is a bug in the markdown processor? |