2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-17 06:54:27 -06:00

Merge pull request #8 from NextStepWebs/development

Add comments to top of distribution files
This commit is contained in:
Wes Cossick 2015-06-22 21:32:45 -05:00
commit 54de199813
3 changed files with 14 additions and 2 deletions

View File

@ -9,8 +9,8 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab
Available on [jsDelivr](http://www.jsdelivr.com/about.php) Available on [jsDelivr](http://www.jsdelivr.com/about.php)
``` ```
<link rel="stylesheet" href="//cdn.jsdelivr.net/simplemde/1.1.5/simplemde.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
<script src="//cdn.jsdelivr.net/simplemde/1.1.5/simplemde.min.js"></script> <script src="//cdn.jsdelivr.net/simplemde/latest/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

6
simplemde.min.css vendored

File diff suppressed because one or more lines are too long

6
simplemde.min.js vendored

File diff suppressed because one or more lines are too long