You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ simplemde.value("This text will appear in the editor");
75
75
-**uniqueId**: You must set a unique string identifier so that SimpleMDE can autosave. Something that separates this from other instances of SimpleMDE elsewhere on your website.
76
76
-**blockStyles**: Customize how certain buttons that style blocks of text behave.
77
77
-**bold** Can be set to `**` or `__`. Defaults to `**`.
78
+
-**code** Can be set to ```` ``` ```` or `~~~`. Defaults to ```` ``` ````.
78
79
-**italic** Can be set to `*` or `_`. Defaults to `*`.
79
80
-**element**: The DOM element for the textarea to use. Defaults to the first textarea on the page.
80
81
-**hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.
0 commit comments