]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/External_link:_underscore_conversion.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[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
23 > Insertation of weird hashes into some output is a [known bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380212) in the old
24 > perl markdown. This is one of the main reasons why use of Text::Markdown
25 > instead is recommended. --[[Joey]] [[done]]