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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ simplemde.value("This text will appear in the editor");
77
77
-**previewRender**: Custom function for parsing the plaintext Markdown and returning HTML. Used when user previews.
78
78
-**renderingConfig**: Adjust settings for parsing the Markdown during previewing (not editing).
79
79
-**singleLineBreaks**: If set to `false`, disable parsing GFM single line breaks. Defaults to `true`.
80
-
-**codeSyntaxHighlighting**: If set to `true`, will highlight using [highlight.js](https://github.com/isagalaev/highlight.js). Defaults to `false`. To use this feature you must include highlight.js on your page. For example, include the script and the CSS files like:`<script src="https://cdn.jsdelivr.net/highlight.js/latest/highlight.min.js"></script>` and `<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">`
80
+
-**codeSyntaxHighlighting**: If set to `true`, will highlight using [highlight.js](https://github.com/isagalaev/highlight.js). Defaults to `false`. To use this feature you must include highlight.js on your page. For example, include the script and the CSS files like:<br>`<script src="https://cdn.jsdelivr.net/highlight.js/latest/highlight.min.js"></script>`<br>`<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">`
81
81
-**spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`.
82
82
-**status**: If set to `false`, hide the status bar. Defaults to `true`.
83
83
- Optionally, you can set an array of status bar elements to include, and in what order.
0 commit comments