mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Merge 0e261afb2f158e5affe0eb3e9f4d59de16a701ce into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1
This commit is contained in:
commit
52669164b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user