summaryrefslogtreecommitdiff
path: root/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html
blob: 2ba180465756dfce4e73e0f2f82307474c07af19 (plain)
  1. the following markdown code
  2. `foo \[["bar"]]` generates the following output:
  3. 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>
  4. Perhaps this is a bug in the markdown processor?
  5. <blockquote>
  6. This has nothing to do with markdown; wikilinks and directives
  7. are not part of markdown, and just get expanded to html before
  8. markdown processing.
  9. There is a bug open about this:
  10. [[bugs/wiki_links_still_processed_inside_code_blocks]] --[[Joey]]
  11. </blockquote>