X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/22358e4b27a02e784cbf608c39bcd12781c8dca6..9707073efc36d0d14fb6a6fddb728f6054bfe12e:/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn

diff --git a/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn
index f52694e39..59b67d493 100644
--- a/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn
+++ b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn
@@ -8,3 +8,12 @@ parentheses are popular there):
 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\))
+
+--[[Paweł|users/ptecza]]
+
+> 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]] 
+
+>> Thanks a lot for the hint, Joey! I've installed `libtext-markdown-perl` package
+>> (Aptitude has removed `markdown` package to satisfy dependencies) and now
+>> I don't need to escape Wikipedia URLs with parentheses :) --[[Paweł|users/ptecza]]