JSPM

marked-engine-highlightjs

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 28
    • Score
      100M100P100Q54913F
    • License MIT

    merge between marked-engine and highlightjs

    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

    Version Build Quality Coverage Dependencies

    Markdown rendering, powered by marked.

    marked-engine is an Express-compatible template engine for rendering Markdown.

    Install

    $ npm install marked-engine-highlightjs

    Usage

    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

    The MIT License

    Copyright (c) 2012-2017 Jared Hanson <http://jaredhanson.net/>

    Sponsor

    Highlight.js

    Shim repository for Highlight.js.

    Package Managers