]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html
Merge remote-tracking branch 'spalax/calendar-autocreate'
[ikiwiki.git] / doc / forum / square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html
1 the following markdown code
2 `foo \[["bar"]]` generates the following output:
3
4 foo <span class="createlink"><a href="http://euler/~dabd/wiki/ikiwiki.cgi?page=__34__bar__34__&amp;from=foo&amp;do=create" rel="nofollow">?</a>&#34;bar&#34;</span>
5
6 Perhaps this is a bug in the markdown processor?
7
8 <blockquote>
9 This has nothing to do with markdown; wikilinks and directives
10 are not part of markdown, and just get expanded to html before
11 markdown processing.
12
13 There is a bug open about this:
14 [[bugs/wiki_links_still_processed_inside_code_blocks]]
15
16 Note that escaping the wikilink with a slash will avoid it being expanded
17 to html.
18 --[[Joey]] 
19 </blockquote>