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:
parent
38717daffe
commit
855a5d72f5
@ -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
|
```js
|
||||||
const easyMDE = new EasyMDE({
|
const easyMDE = new EasyMDE({
|
||||||
@ -373,6 +373,7 @@ const easyMDE = new EasyMDE({
|
|||||||
// Add your own code
|
// Add your own code
|
||||||
},
|
},
|
||||||
className: "fa fa-star",
|
className: "fa fa-star",
|
||||||
|
text: "Starred",
|
||||||
title: "Custom Button",
|
title: "Custom Button",
|
||||||
attributes: { // for custom attributes
|
attributes: { // for custom attributes
|
||||||
id: "custom-id",
|
id: "custom-id",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user