mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-28 05:31:06 -06:00
Merge pull request #1 from NextStepWebs/development
Update README to use jsDelivr
This commit is contained in:
commit
7466d72c02
@ -4,10 +4,11 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab
|
|||||||

|

|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
Available on [jsDelivr](http://www.jsdelivr.com/about.php)
|
||||||
|
|
||||||
```
|
```
|
||||||
<link rel="stylesheet" href="/PATH/TO/simplemde.min.css">
|
<link rel="stylesheet" href="http://cdn.jsdelivr.net/simplemde/1.1.1/simplemde.min.css">
|
||||||
<script src="/PATH/TO/simplemde.min.js"></script>
|
<script src="http://cdn.jsdelivr.net/simplemde/1.1.1/simplemde.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
And then load SimpleMDE on the first textarea on a page
|
And then load SimpleMDE on the first textarea on a page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user