aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/External_link:_underscore_conversion.mdwn
blob: 6ea421d84db7cae5b851f7a10be0a08a7e2ad84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Hi,

found one strange thing here:

If i enter a link like this

     [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal>

the underscore appears like this (i inserted a space in the undercore-string to make it 'visible'):

    <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]]