Package Exports
- marked-engine-highlightjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (marked-engine-highlightjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
marked-engine-highlightjs
Markdown rendering, powered by marked.
marked-engine is an Express-compatible template engine for rendering Markdown.
Install
$ npm install marked-engine-highlightjsUsage
Register marked-engine as the template engine for files ending with a ".md"
extension.
app.engine('md', require('marked-engine').renderFile);Render a response using Markdown.
res.render('hello.md');License
Copyright (c) 2012-2017 Jared Hanson <http://jaredhanson.net/>
Highlight.js
Shim repository for Highlight.js.