# Live Preview GitHub-flavored Markdown Editor Basic useful feature list: * Ctrl+S / Cmd+S to save the file * Ctrl+Shift+S / Cmd+Shift+S to choose to save as Markdown or HTML * Drag and drop a file into here to load it * File contents are saved in the URL so you can share files Sample emojis:
:) :( :| :/ :$ :@ :* Look, a list! * foo * bar * baz And here's some code! :+1: ```javascript $(function(){ $('div').html('I am a div.'); }); ``` ### Libraries and tools used: * [markdown-it](https://github.com/markdown-it/markdown-it) for Markdown parsing * [CodeMirror](http://codemirror.net/) for the awesome syntax-highlighted editor * [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for syntax highlighting in output code blocks * [js-deflate](https://github.com/dankogai/js-deflate) for gzipping of data to make it fit in URLs This project was forked from [jbt/markdown-editor](https://github.com/jbt/markdown-editor)
Save As
Markdown
HTML
×