2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-04 00:24:29 -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, delay: 1000,
}, },
blockStyles: { blockStyles: {
bold: "**", bold: "__",
italic: "_" italic: "_"
}, },
element: document.getElementById("MyID"), element: document.getElementById("MyID"),