Skip to content

rexxars/markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple markdown editor with live preview, using react-markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published