Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autolink not parsed if em-dash is right after it #1811

Closed
ousia opened this issue Dec 14, 2014 · 0 comments
Closed

autolink not parsed if em-dash is right after it #1811

ousia opened this issue Dec 14, 2014 · 0 comments
Labels

Comments

@ousia
Copy link
Contributor

ousia commented Dec 14, 2014

<https: www.link.com>—

gives the following HTML output:

<p><https://www.link.com>—</p>

This seems to be caused by having the Unicode character right after the autolink. The XML decimal entity (&#8212;) is not problematic.

Tested with both pandoc-1.13.1 for Fedora 20 and http://johnmacfarlane.net/pandoc/try/.

@mpickering mpickering added the bug label Dec 14, 2014
@jgm jgm closed this as completed in 2b08e32 Dec 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants