Skip to content

Commit 7dc2a8f

Browse files
author
Wes Cossick
committed
Revert "Revert this"
This reverts commit 021e705.
1 parent 021e705 commit 7dc2a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ simplemde.value("This text will appear in the editor");
102102
- **showIcons**: An array of icon names to show. Can be used to show specific icons hidden by default without completely customizing the toolbar.
103103
- **spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`.
104104
- **status**: If set to `false`, hide the status bar. Defaults to the array of built-in status bar items.
105-
- **styleSelectedText**: If set to `false`, remove the `CodeMirror-selectedtext` class from selected lines. Defaults to `true`.
106105
- Optionally, you can set an array of status bar items to include, and in what order. You can even define your own custom status bar items.
106+
- **styleSelectedText**: If set to `false`, remove the `CodeMirror-selectedtext` class from selected lines. Defaults to `true`.
107107
- **tabSize**: If set, customize the tab size. Defaults to `2`.
108108
- **toolbar**: If set to `false`, hide the toolbar. Defaults to the [array of icons](#toolbar-icons).
109109
- **toolbarTips**: If set to `false`, disable toolbar button tips. Defaults to `true`.

0 commit comments

Comments
 (0)