summaryrefslogtreecommitdiff
path: root/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html
blob: 5ea0e1fac1e49b15419c6bf7944b9f0aac8434ce (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?