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

double backslashes before ] break link #510

Closed
autopp opened this issue Dec 23, 2018 · 1 comment
Closed

double backslashes before ] break link #510

autopp opened this issue Dec 23, 2018 · 1 comment

Comments

@autopp
Copy link
Contributor

autopp commented Dec 23, 2018

When the end of the link text is a double backslash, the link breaks.

E.g:

[link\\](/url/)

It should be as follows:

<p><a href="/url/">link\</a>.</p>

But got:

<p>[link\](/url/).</p>

This behavior was confirmed in both v1 and v2.

@autopp
Copy link
Contributor Author

autopp commented Dec 23, 2018

Sorry, It closed with a mistake click.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants