Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.38k stars 314 forks source link

How to disable the red color around wrong words on the editor ? #472

Closed MohamedAliRashad closed 2 years ago

MohamedAliRashad commented 2 years ago

I want to disable the red highlighting of wrong words on editor, How can i do this ?

Ionaru commented 2 years ago

You can use the spellChecker option to disable it.

MohamedAliRashad commented 2 years ago

Worked, Thanks