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

Square brackets in link description #482

Closed
theking-laptop opened this issue Sep 3, 2014 · 1 comment · Fixed by #996
Closed

Square brackets in link description #482

theking-laptop opened this issue Sep 3, 2014 · 1 comment · Fixed by #996

Comments

@theking-laptop
Copy link

Markdown text: [hello \[ ok](http://abc.com), should be generated to HTML like this:

<p><a href="http://abc.com">hello [ ok</a></p>

But actually, it generates:

<p>[hello [ ok](<a href="http://abc.com">http://abc.com</a>)</p>
@joshbruce
Copy link
Member

#984

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

Successfully merging a pull request may close this issue.

2 participants