I'm trying to use this markdown editor https://simplemde.com/, but in Chrome (other browsers as well) auto spell check is not working inside the editor area.
I have tried to add spell check and content editable inside and elements (which is used for edit), but it is still not working.
Does anybody know, how to enable spell check in this case?
I know that guys have their own spell checker instrument, but it supports only English language.
According to the Github Page, there is a spell checking property called
spellCheckerwhich is by default set to true. You can try manually setting it to true for your code ( provide code so I might be able to give a direct answer to your problem ).Example shown on github:
This is what is happening here:
spellChecker: false,. So try setting it to true, like shown in this example to your case.