-**codeSyntaxHighlighting**:Ifsetto`true`,willhighlightusing[highlight.js](https://github.com/isagalaev/highlight.js). Defaults to `false`. To use this feature you must include highlight.js on your page or pass in using the `hljs` option. 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">`
-**hljs**:Aninjectibleinstanceof[highlight.js](https://github.com/isagalaev/highlight.js). If you don't want to rely on the global namespace (`window.hljs`), you can provide an instance here. Defaults to `undefined`.
-**markedOptions**:SettheinternalMarkdownrenderer's[options](https://github.com/chjj/marked#options-1). Other `renderingConfig` options will take precedence.
simplemde.clearAutosavedValue();// no returned value
```
##Howitworks
SimpleMDEbeganasanimprovementof[lepture'sEditorproject](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fontawesome.io).
CodeMirroristhebackboneoftheprojectandparsesmuchoftheMarkdownsyntaxasit'sbeingwritten.ThisallowsustoaddstylestotheMarkdownthat'sbeingwritten.Additionally,atoolbarandstatusbarhavebeenaddedtothetopandbottom,respectively.Previewsarerenderedby[Marked](https://github.com/chjj/marked) using GFM.