# (GitHub-Flavored) Markdown Editor Just use it! ```javascript console.log('Go!') ``` ### Stuff used to make this: * [marked](https://npmjs.com/marked) for Markdown parsing * [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) for making it look like GitHub * [CodeMirror](http://codemirror.net/) for the syntax-highlighted editor * [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for syntax highlighting in output code blocks