Responsive GitHub flavored markdown editor built with React.js
You can use this editor to preview your markdown files before committing to GitHub.
Clone this repo, or download it into a directory of your choice then:
$ npm install -g create-react-app
$ npm install
https://esausilva.github.io/live-markdown-editor/
- Download the markdown file by pressing Ctrl+m
- Empty editor window by pressing Ctrl+Shift+e
- Emojis are cool 👍 💩 ☀️ 👽
- Drag and Drop a markdown file to editor
- Click on this icon on the bottom right corner to browse and open a markdown file
- CodeMirror - The code editor
- marked - The markdown parser
- highlight.js - The syntax highlighter in markdown the output
- emojify.js - Emoji support
MIT © 2017 Esau Silva