sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Pink highlights on uncommon words #838

Closed rlyfun closed 1 year ago

rlyfun commented 1 year ago

image

how do i remove this feature where it highlights words that are undefined?

rlyfun commented 1 year ago

nevermind found it:

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { background: rgba(255, 0, 0, 0) }