2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00
This commit is contained in:
Nathanaël Jourdane 2019-02-18 15:47:21 +01:00
parent d8e3d99159
commit 428a58602f

View File

@ -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.
- **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.
- **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);
- `material`: [Material Design icons](https://material.io/tools/icons).
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.