Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.