pull/240/merge
Una Ma 7 years ago committed by GitHub
commit e6a50f95aa

@ -27,6 +27,13 @@ Via [jsDelivr](https://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may
<script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
```
Via [cdnjs](https://cdnjs.com/libraries/simplemde). *Please note, this example is for v1.10.0, you can change the version number you need.*
```HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.10.0/simplemde.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.10.0/simplemde.min.js"></script>
```
## Quick start
After installing, load SimpleMDE on the first textarea on a page

Loading…
Cancel
Save