]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/External_link:_underscore_conversion.mdwn
Proposed patch for plugins/osm
[ikiwiki.git] / doc / bugs / External_link:_underscore_conversion.mdwn
index ba2719e7eac980fc535a7bc1ddaf810563ed4064..6ea421d84db7cae5b851f7a10be0a08a7e2ad84f 100644 (file)
@@ -4,13 +4,22 @@ found one strange thing here:
 
 If i enter a link like this
 
-> [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal>
+     [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal>
 
-it will be converted or encoded to
+the underscore appears like this (i inserted a space in the undercore-string to make it 'visible'):
 
-> [2] http://www.tagari.com/billsb14a7b8059d9c055954c92674ce60032journal
+    <a href="http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal">http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal</a>
 
 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]]