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.31k stars 308 forks source link

Is it possible to NOT apply the formatting to the markdown symbols in the editor? #589

Open AzzaAzza69 opened 1 month ago

AzzaAzza69 commented 1 month ago

eg. \~\~strike through\~\~ would not apply the strike to the ~~ as it obscures the symbols somewhat. Ideally, the same would apply **bold** would only bold the word and not the asterisks and _italic_ would only italicise the word italic. (obviously, the symbols aren't shown in the preview so it is only the editor, which has partial WYSIWYG, I am talking about).