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.41k stars 316 forks source link

Editor shows strange chars #564

Open y0va opened 12 months ago

y0va commented 12 months ago

emde shows strange chars at line start and near curser on chromium engines. On Mozilla it runs fine.

grafik

Seems to come from upstream codemirror.

related #563

Ionaru commented 12 months ago

Make sure you include <meta charset="UTF-8"> on your webpage.