https://github.com/jpmcb/markdown-editor
Using ReactJS, preview markdown as you type, includes basic markdown tip sheet
https://github.com/jpmcb/markdown-editor
Last synced: about 1 year ago
JSON representation
Using ReactJS, preview markdown as you type, includes basic markdown tip sheet
- Host: GitHub
- URL: https://github.com/jpmcb/markdown-editor
- Owner: jpmcb
- License: other
- Created: 2017-01-13T02:37:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T22:51:17.000Z (about 9 years ago)
- Last Synced: 2025-02-09T00:13:53.660Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Markdown Editor & Preview Engine
Using the React JavaScript library, Babel, SASS, & the Marked API, this mark down editor was desigend to aid in the process of creating simple markdown documents. The markdown preview will update as the user inputs text and basic markdown tags. Clear button will clear out the text area. If you have questions, feel free to message me or us the 'issues' feature of Github.
Thanks to [Marked API](https://github.com/chjj/marked) for the awesome open source parser!
A working version of the app can be [found here](https://jpmcb.github.io/Markdown-Editor/)