Basic useful feature list:
Ctrl+S/Cmd+Sto save the file (untitled.md)Ctrl+Shift+S/Cmd+Shift+Sto choose to save as Markdown or HTML file- Drag and drop a file into here to load it
- File contents are saved in the URL so you can share the file
- It was based on the GitHub-flavored markdown
You may refer to GitHub's Markdown Basics for some basic writing references.
For advanced, you may check on GitHub Flavored Markdown.
Please note that, this markdown editor doesn't yet cover for single linebreak and task list markdown as specified in this GitHub's article.
This Markdown Editor was forked from here.
- Autolink
- Implement the missing features; single linebreak, task list.
- Code cleanup
- markdown-it for Markdown parsing
- CodeMirror for the awesome syntax-highlighted editor
- highlight.js for syntax highlighting in output code blocks
- js-deflate for gzipping of data to make it fit in URLs
- github-markdown.css for GitHub-flavored markdown CSS.