Skip to content

Commit 8d07c5e

Browse files
committed
Tweak formatting
1 parent 443a58c commit 8d07c5e

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
@@ -77,7 +77,7 @@ simplemde.value("This text will appear in the editor");
7777
- **previewRender**: Custom function for parsing the plaintext Markdown and returning HTML. Used when user previews.
7878
- **renderingConfig**: Adjust settings for parsing the Markdown during previewing (not editing).
7979
- **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">`
8181
- **spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`.
8282
- **status**: If set to `false`, hide the status bar. Defaults to `true`.
8383
- Optionally, you can set an array of status bar elements to include, and in what order.

0 commit comments

Comments
 (0)