JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Balanced parentheses are not recognized in LINK_DESTINATION #89

Open katepol opened 3 years ago

katepol commented 3 years ago

The following example [link](foo(and(bar))) (see https://spec.commonmark.org/0.30/#example-495) results in SHORT_REFERENCE_LINK for [link] and TEXT for the rest. But it should be an inline link.