X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8e5d6e0890b3036d45de5b9057159bd582002f8a..5df475c81398b42fa0fa3f710d7268d15ae920ae:/doc/bugs/External_link:_underscore_conversion.mdwn diff --git a/doc/bugs/External_link:_underscore_conversion.mdwn b/doc/bugs/External_link:_underscore_conversion.mdwn index d39ed026f..6ea421d84 100644 --- a/doc/bugs/External_link:_underscore_conversion.mdwn +++ b/doc/bugs/External_link:_underscore_conversion.mdwn @@ -3,11 +3,23 @@ Hi, found one strange thing here: If i enter a link like this - [#Wikipedia:Mollison]: -it will be converted or encoded to - [2] http://www.tagari.com/billsb14a7b8059d9c055954c92674ce60032journal + + [#Wikipedia:Mollison]: + +the underscore appears like this (i inserted a space in the undercore-string to make it 'visible'): + + http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal Am i doing something wrong? Thanks for your support and best wishes, Tobias. + +> I believe you're hitting some kind of Markdown-processing but (so not +> strictly Ikiwiki related). Could you provide a minimal page source +> exhibiting the problem, and mention the exact nature of the processor +> you use? (Markdown, MultiMarkdown, pandoc, ...) --GB + +> Insertation of weird hashes into some output is a [known bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380212) in the old +> perl markdown. This is one of the main reasons why use of Text::Markdown +> instead is recommended. --[[Joey]] [[done]]