Merge 0e261afb2f158e5affe0eb3e9f4d59de16a701ce into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1

This commit is contained in:
Una Ma 2017-05-25 23:40:28 +00:00 committed by GitHub
commit 52669164b2

View File

@ -27,6 +27,13 @@ Via [jsDelivr](https://www.jsdelivr.com/).
<script src="https://cdn.jsdelivr.net/gh/sparksuite/simplemde-markdown-editor@1/dist/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