Awesome
markdown-editor
Super-simple markdown editor with live preview, using react-markdown, in ~50 lines of code.
Running
See the online demo at http://rexxars.github.io/markdown-editor/, or if you want to run it locally:
git clone https://github.com/rexxars/markdown-editor.git
cd markdown-editor
npm install
npm run dev
# Point your browser to http://localhost:7799/
Notes
This isn't meant to be a fully-featured Markdown editor. For that, check out Dillinger.io. This is primarily meant to be a simple example of how you can use react-markdown.
License
MIT-licensed. See LICENSE.