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

simplifiedAutoLink URLs with emphasis/strikethrough are not parsed correctly #347

Closed
jendewalt opened this issue Feb 22, 2017 · 2 comments
Closed
Assignees
Labels

Comments

@jendewalt
Copy link

When a user enters a URL with emphasis or strikethrough, the html output is incorrect. For example, if you enter ~~http://example.com~~ the html output is

<p><del><a href="http://example.com</del>"&gt;http://example.com~~</a></p>

The expected output is

<p><del><a href="http://example.com">http://example.com</a></del></p>

Thanks!

@tivie tivie self-assigned this Feb 23, 2017
@tivie tivie added the bug label Feb 23, 2017
@tivie
Copy link
Member

tivie commented Feb 23, 2017

Verified!

@tivie
Copy link
Member

tivie commented Feb 28, 2017

Should be fixed now

@tivie tivie closed this as completed in 5c50675 Mar 4, 2017
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