pawamoy / mkdocs-spellcheck

A spell checker plugin for MkDocs.
https://pawamoy.github.io/mkdocs-spellcheck/
ISC License
15 stars 3 forks source link

Option to ignore specific HTML tags #5

Open pawamoy opened 2 years ago

pawamoy commented 2 years ago

Is your feature request related to a problem? Please describe. Currently only code tags can be ignored. But style and script tags should be ignored as well.

Describe the solution you'd like Add an option to ignore specific HTML tags. Something like this:

ignore_tags:
- code
- script
- style

Describe alternatives you've considered /

Additional context /