You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's possible to show mermaid diagrams using a mermaid class on divs. The issue is that the contents of the div is text and is therefore spell checked, triggering useless errors.
Describe the solution you'd like
An option to ignore specific classes, something like:
ignore_classes:
- mermaid
- nospellcheck
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's possible to show mermaid diagrams using a
mermaid
class on divs. The issue is that the contents of the div is text and is therefore spell checked, triggering useless errors.Describe the solution you'd like
An option to ignore specific classes, something like:
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: