You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/src
Fernando Mendes 709a51af19 Accepts blank test in editor value getter/setter 9 years ago
..
codemirror Restructure repo 9 years ago
spell-checker Renames source folder, creates dist folder 9 years ago
typo Restructure repo 9 years ago
README.md Restructure repo 9 years ago
marked.js Restructure repo 9 years ago
simplemde.css Restructure repo 9 years ago
simplemde.js Accepts blank test in editor value getter/setter 9 years ago
theme.css Renames source folder, creates dist folder 9 years ago

README.md

How to compile

Minify the JS in this order:

  1. codemirror/codemirror.js
  2. codemirror/continuelist.js
  3. codemirror/fullscreen.js
  4. codemirror/markdown.js
  5. codemirror/overlay.js
  6. codemirror/gfm.js
  7. codemirror/xml.js
  8. typo/typo.js
  9. spell-checker/spell-checker.js
  10. marked.js
  11. simplemde.js

Minify the CSS in this order:

  1. codemirror/codemirror.css
  2. simplemde.css
  3. spell-checker/spell-checker.css