mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-01 15:11:02 -06:00
Change the color coding
This commit is contained in:
parent
8c9cb5c90d
commit
7eb1bdc0cb
@ -16,7 +16,7 @@ SimpleMDE is available on [jsDelivr](http://www.jsdelivr.com/#!simplemde). Font
|
||||
|
||||
And then load SimpleMDE on the first textarea on a page
|
||||
|
||||
```JavaScript
|
||||
```HTML
|
||||
<script>
|
||||
var simplemde = new SimpleMDE();
|
||||
simplemde.render();
|
||||
@ -27,7 +27,7 @@ simplemde.render();
|
||||
|
||||
Pure JavaScript method
|
||||
|
||||
```JavaScript
|
||||
```HTML
|
||||
<script>
|
||||
var simplemde = new SimpleMDE(document.getElementById("MyID"));
|
||||
simplemde.render();
|
||||
|
Loading…
x
Reference in New Issue
Block a user