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

Update README.md

This commit is contained in:
Jonathan 2022-05-19 22:57:16 +02:00 committed by GitHub
parent 38717daffe
commit 855a5d72f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,7 +355,7 @@ const easyMDE = new EasyMDE({
});
```
All information and/or add your own icons
All information and/or add your own icons or text
```js
const easyMDE = new EasyMDE({
@ -373,6 +373,7 @@ const easyMDE = new EasyMDE({
// Add your own code
},
className: "fa fa-star",
text: "Starred",
title: "Custom Button",
attributes: { // for custom attributes
id: "custom-id",