mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-16 22:44:29 -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({
|
var simplemde = new SimpleMDE({
|
||||||
toolbar: [{
|
toolbar: [{
|
||||||
name: "bold",
|
name: "bold",
|
||||||
action: toggleBold,
|
action: SimpleMDE.toggleBold,
|
||||||
className: "fa fa-bold",
|
className: "fa fa-bold",
|
||||||
title: "Bold (Ctrl+B)",
|
title: "Bold (Ctrl+B)", // 'Ctrl' is replaced with '⌘' on Mac
|
||||||
},
|
},
|
||||||
"|", // Separator
|
"|", // Separator
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user