]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/External_link:_underscore_conversion.mdwn
Merge remote-tracking branch 'anarcat/dev/syslog_utf8'
[ikiwiki.git] / doc / bugs / External_link:_underscore_conversion.mdwn
index 7e933e512b5e7d768f9c090f2dc5a668bdb47c6b..6ea421d84db7cae5b851f7a10be0a08a7e2ad84f 100644 (file)
@@ -14,3 +14,12 @@ 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]]