2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 15:44:28 -06:00

Update README.md

This commit is contained in:
Adam Misiorny 2015-11-30 17:53:41 +01:00
parent 19463486ef
commit e7c45cfeec

View File

@ -111,7 +111,7 @@ var simplemde = new SimpleMDE({
delay: 1000,
},
blockStyles: {
bold: "**",
bold: "__",
italic: "_"
},
element: document.getElementById("MyID"),