mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-16 06:24:28 -06:00
Update README to fix bug
This commit is contained in:
parent
361c097643
commit
118a61b0d7
@ -173,9 +173,9 @@ var simplemde = new SimpleMDE({
|
||||
var simplemde = new SimpleMDE({
|
||||
toolbar: [{
|
||||
name: "bold",
|
||||
action: toggleBold,
|
||||
action: SimpleMDE.toggleBold,
|
||||
className: "fa fa-bold",
|
||||
title: "Bold (Ctrl+B)",
|
||||
title: "Bold (Ctrl+B)", // 'Ctrl' is replaced with '⌘' on Mac
|
||||
},
|
||||
"|", // Separator
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user