vsch / idea-multimarkdown

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

Feature request: Allow user to turn off inspections/errors that aren't applicable #864

Open jmalin-splunk opened 4 years ago

jmalin-splunk commented 4 years ago

The Markdown I use is a custom variant that works with a parser developed by my doctools organization. Among other differences, it uses a different format for link targets when the target is in the same repo as the document that contains the link. Markdown Navigator marks these links as errors, but I'd like the option of turning that off.