showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.25k stars 1.56k forks source link

fix: resolve issue with parentheses in inline anchors #1002

Open antarilos opened 6 months ago

antarilos commented 6 months ago

Resolves an issue when converting a markdown inline anchor with multiple parentheses into HTML.

Closes: #986