]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/External_link:_underscore_conversion.mdwn
probably a markdown issue
[ikiwiki.git] / doc / bugs / External_link:_underscore_conversion.mdwn
index 01af3fac4194ce443cd9c1256a18fa1fd7e5c098..e99a70680897055e186d0fcf01a8da97f57365d8 100644 (file)
@@ -4,13 +4,18 @@ 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