Mobile doesn't have autocomplete/suggested
On Android at least it doesn't correct words as I type or have suggestions for what I'm typing. Seems to treat it as a dumb input. It seems like it's an issue with the app, but I don't run into this with any of the other custom editors.
It also happens in a browser (Firefox Preview) on the demo.
It depends on what the editor is built upon. If you try with the minimal markdown, you will have the same problem.
It's due to the system the editor is build upon (called CodeMirror). Its default system doesn't support the autocorrect. I found a way to have the auto-correct, but doing so bring other usability problems.
I'd like to have the feature, but I already spent a lot of time trying to fix this without breaking other things, so I've basically given up on having this feature. Maybe when CodeMirror finishes its full rewrite, it will be possibly to do this without breaking other things.
Gotcha.