mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-14 05:24:29 -06:00
Fix typo in readme
This is meant to be "italic" not "italics" which will render an empty icon here. The docs specify this as well and I tested locally while working through implementing this on a project.
This commit is contained in:
parent
37561e4458
commit
ef827ba61f
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user