2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 09:54:28 -06:00

Merge pull request #484 from kicksent/patch-1

Fix typo in readme
This commit is contained in:
Jeroen Akkerman 2022-07-27 18:09:14 +02:00 committed by GitHub
commit 3e653dc900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,7 +367,7 @@ const easyMDE = new EasyMDE({
className: "fa fa-bold", className: "fa fa-bold",
title: "Bold", title: "Bold",
}, },
"italics", // shortcut to pre-made button "italic", // shortcut to pre-made button
{ {
name: "custom", name: "custom",
action: (editor) => { action: (editor) => {