]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/External_link:_underscore_conversion.mdwn
probably a markdown issue
[git.ikiwiki.info.git] / doc / bugs / External_link:_underscore_conversion.mdwn
1 Hi,
3 found one strange thing here:
5 If i enter a link like this
7      [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal>
9 the underscore appears like this (i inserted a space in the undercore-string to make it 'visible'):
11     <a href="http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal">http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal</a>
13 Am i doing something wrong?
15 Thanks for your support and best wishes,
16 Tobias.
18 > I believe you're hitting some kind of Markdown-processing but (so not
19 > strictly Ikiwiki related). Could you provide a minimal page source
20 > exhibiting the problem, and mention the exact nature of the processor
21 > you use? (Markdown, MultiMarkdown, pandoc, ...) --GB