1 the following markdown code
2 `foo [["bar"]]` generates the following output:
4 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>
6 Perhaps this is a bug in the markdown processor?
9 This has nothing to do with markdown; wikilinks and directives
10 are not part of markdown, and just get expanded to html before
13 There is a bug open about this:
14 [[bugs/wiki_links_still_processed_inside_code_blocks]] --[[Joey]]