JSPM

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

markdown-it support for JSTransformers.

Package Exports

  • jstransformer-markdown-it

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 (jstransformer-markdown-it) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jstransformer-markdown-it

markdown-it support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-markdown-it

API

var md = require('jstransformer')(require('jstransformer-markdown-it'))

md.render('# Hello World!').body
//=> '<h1>Hello World!</h1>'

License

MIT