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

Add support for single quotes in links URL #129

Open
zhouzi opened this issue Nov 5, 2018 · 0 comments
Open

Add support for single quotes in links URL #129

zhouzi opened this issue Nov 5, 2018 · 0 comments
Labels

Comments

@zhouzi
Copy link
Contributor

zhouzi commented Nov 5, 2018

Right now, the following Markdown:

This is an [example](https://example.com/link's_example).

Is parsed to:

This is an [example](<link href="https://example.com/link's_example">https://example.com/link's_example</link>)

Instead of:

This is an <link href="https://example.com/link's_example">example</link>.

GitHub supports it, as well as other Markdown editors I played with.

@zhouzi zhouzi added the bug label Nov 5, 2018
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

1 participant