https://github.com/mariogarridopt/markdown-editor-html
:clipboard: Webpage that allow everyone to create and edit markdown text
https://github.com/mariogarridopt/markdown-editor-html
editor html javascript markdown markdown-editor
Last synced: 11 months ago
JSON representation
:clipboard: Webpage that allow everyone to create and edit markdown text
- Host: GitHub
- URL: https://github.com/mariogarridopt/markdown-editor-html
- Owner: mariogarridopt
- Created: 2014-08-08T17:42:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T18:57:03.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:47:33.036Z (about 2 years ago)
- Topics: editor, html, javascript, markdown, markdown-editor
- Language: JavaScript
- Homepage:
- Size: 530 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markdown online editor
======================
This is a simple markdown editor. You can type in one of the page boxes and on the other side you will see the respective markdown translation to our normal perspective.
## Demo

## Contributing
This is a simple project that I built some time ago to learn more about markdown parsers in javascript.
At this point, there is no active development on this project.
But, if you feel like you can add/contribute something, feel free: Create an Issue and we will work together on the PullRequest.
## Acknowledgements
This project would not be possible without some libraries as:
+ [jmcmanus/pagedown-extra](https://github.com/jmcmanus/pagedown-extra)
+ [FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome)