vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Links containing anchor are incorrectly coloured #782

Closed igorwojda closed 4 years ago

igorwojda commented 4 years ago

Link anchor should be ignored (it's not markdown anchor) image

vsch commented 4 years ago

@igorwojda, AST Element for syntax highlighting is determined at parse time when it is not known if the link is a local project file or just a URL.

Remote URL anchors can be validated and completed if you select the options:

image

vsch commented 4 years ago

BTW, you can change the anchor text color in Editor > Color Scheme > Markdown so they have the same colour as the link address.