mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
fix typo
This commit is contained in:
parent
d8e3d99159
commit
428a58602f
@ -155,7 +155,7 @@ simplemde.value("This text will appear in the editor");
|
|||||||
- **element**: The DOM element for the textarea to use. Defaults to the first textarea on the page.
|
- **element**: The DOM element for the textarea to use. Defaults to the first textarea on the page.
|
||||||
- **forceSync**: If set to `true`, force text changes made in SimpleMDE to be immediately stored in original textarea. Defaults to `false`.
|
- **forceSync**: If set to `true`, force text changes made in SimpleMDE to be immediately stored in original textarea. Defaults to `false`.
|
||||||
- **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.
|
- **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.
|
||||||
- **inconsSet**: the icons set to use. Currently supported icons set are:
|
- **iconsSet**: the icons set to use. Currently supported icons set are:
|
||||||
- `fa`: [Font-Awesome icons](https://fontawesome.com/icons) (default);
|
- `fa`: [Font-Awesome icons](https://fontawesome.com/icons) (default);
|
||||||
- `material`: [Material Design icons](https://material.io/tools/icons).
|
- `material`: [Material Design icons](https://material.io/tools/icons).
|
||||||
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.
|
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user