Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/marked-html
Render markdown to a complete html document.
https://github.com/parente/marked-html
Last synced: about 2 months ago
JSON representation
Render markdown to a complete html document.
- Host: GitHub
- URL: https://github.com/parente/marked-html
- Owner: parente
- License: mit
- Created: 2013-06-28T01:38:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T23:18:56.000Z (over 6 years ago)
- Last Synced: 2024-10-10T19:22:35.112Z (2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marked-html
Renders a Markdown file as a complete HTML document based on a mustache template. Uses [marked](https://github.com/chjj/marked) to transform and [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) to syntax highlight code.
Inspired by [markdown-html](https://github.com/fragphace/markdown-html).
## License
Copyright (c) 2013, Peter Parente under the MIT License.
See the LICENSE file for details.