demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Escaped characters in URLs #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Backslash escapes don't work in link URLs.
Run pandoc on:

[test](/url\(test\))

Output:

<p
><a href="/url\(test\"
  >test</a
  >)</p
>

Expected output:  the final ) should be part of the URL, and the
backslashes should not be part of it.

Original issue reported on code.google.com by fiddloso...@gmail.com on 16 Dec 2007 at 7:20

GoogleCodeExporter commented 8 years ago
Fixed in r1151.

Original comment by fiddloso...@gmail.com on 21 Dec 2007 at 10:33