From 48ca2c95cd9b5fc21f2d4077a22f66442126e34c Mon Sep 17 00:00:00 2001 From: "http://ptecza.myopenid.com/" Date: Mon, 5 Jan 2009 16:21:35 -0500 Subject: [PATCH] * Switched to Text::Markdown. Thanks a lot! --- doc/bugs/URLs_with_parentheses_displayed_badly.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn index a603925d0..59b67d493 100644 --- a/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn +++ b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn @@ -9,5 +9,11 @@ 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]]