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.
simplemde-markdown-editor/source files
Wes Cossick c3b3300bcb Fix bug that broke bold and italics 9 years ago
..
codemirror Revert "Revert "Really fix CSS problems"" 9 years ago
README.md Revert "Revert "Really fix CSS problems"" 9 years ago
font-awesome.css Rename folder 9 years ago
markdownify.js Fix bug that broke bold and italics 9 years ago
marked.js Rename folder 9 years ago
theme.css Deactivate toolbar buttons on preview 9 years ago

README.md

How to compile

Minify the JS in this order:

  1. codemirror/codemirror.js
  2. codemirror/continuelist.js
  3. codemirror/markdown.js
  4. codemirror/xml.js
  5. marked.js
  6. markdownify.js

Minify the CSS in this order:

  1. theme.css
  2. font-awesome.css