Update README.md

pull/461/head
Jonathan 2 years ago committed by GitHub
parent 38717daffe
commit 855a5d72f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save