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.44k stars 318 forks source link

* or _ (bold/italic) #207

Open andrtechno opened 4 years ago

andrtechno commented 4 years ago

We wanted to use it for app telegrams, it requires one (* or _) for Bold/Italic, will it be implemented, or will me have to edit js yourself?

im use:

blockStyles: {
   bold: "*",
   italic: "_",
   strikethrough: "~"
}

does not work

https://core.telegram.org/bots/api#formatting-options

A-312 commented 4 years ago

You have to use telegram plugin instead markdown, related to #167

Ionaru commented 4 years ago

Related to #199 as well, the same solution should work.