aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn
blob: a603925d0a59cb9e9be37a40e8ec252f6cb1a49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
I've noticed that Ikiwiki displays URLs with parentheses badly. The problem occurs
in the latest version 3.00 and older versions. Please look at the link to following
Polish entry about C programming language at Wikipedia (it seems that URLs with
parentheses are popular there):

[Język programowania C](http://pl.wikipedia.org/wiki/C_(j%C4%99zyk_programowania))

I need to escape a closing parenthesis of the URL to fix the problem.

[Język programowania C](http://pl.wikipedia.org/wiki/C_(j%C4%99zyk_programowania\))

> This is a bug in markdown version 1. It is fixed in [[!cpan Text::Markdown]],
> which ikiwiki will use if it's installed. [[done]] --[[Joey]]