Problem with links in Markdown

Michel Fortin michel.fortin at michelf.ca
Fri Jun 21 11:00:15 EDT 2013


Le 21-juin-2013 à 10:40, sendiulo at gmx.net a écrit :


> Am 21.06.2013 um 05:44 schrieb Aristotle Pagaltzis <pagaltzis at gmx.de>:

>

> I guess a more elegant workaround would be to use reference style since there is no need for [brackets][1]

>

> [1]: example.com/wiki/(brackets)


Another idea is to backlash-escape those parenthesis:

[example](example.com/wiki/\(brackets\) "title")

Seems to work for most implementations, including Markdown.pl: http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5Bexample%5D(example.com%2Fwiki%2F%5C(brackets%5C)+%22title%22)


--
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca



More information about the Markdown-Discuss mailing list