2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-13 13:04:27 -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:
Nick Trierweiler 2022-07-15 15:07:19 -04:00 committed by GitHub
parent 37561e4458
commit ef827ba61f
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",
title: "Bold",
},
"italics", // shortcut to pre-made button
"italic", // shortcut to pre-made button
{
name: "custom",
action: (editor) => {