mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-22 17:34:37 -06:00
Update how to install
This commit is contained in:
parent
affcfd9ac1
commit
e32fe3f91c
@ -20,11 +20,11 @@ Via [bower](https://www.bower.io).
|
||||
bower install simplemde --save
|
||||
```
|
||||
|
||||
Via [jsDelivr](https://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.*
|
||||
Via [jsDelivr](https://www.jsdelivr.com/).
|
||||
|
||||
```HTML
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sparksuite/simplemde-markdown-editor@1/dist/simplemde.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/gh/sparksuite/simplemde-markdown-editor@1/dist/simplemde.min.js"></script>
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
Loading…
x
Reference in New Issue
Block a user