vsch / idea-multimarkdown

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

Ignore character casing when checking for matching header #779

Closed igorwojda closed 4 years ago

igorwojda commented 5 years ago

We want the header to have first letter uppercase, yet in the sentence, we would prefer lowercase, so I think this check should be case insensitive.

image

v2.9.0.20

vsch commented 5 years ago

@igorwojda, good point. I will change it by adding an option for annotations to allow turning off case sensitivity.