Socket
Book a DemoInstallSign in
Socket

jstransformer-mdast

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-mdast

mdast support for JSTransformers

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

jstransformer-mdast The MIT License

mdast support for JSTransformers

travis build status coverage status dependency status npmjs.com

Install

npm install jstransformer-mdast --save

Usage

For more use-cases see the tests in test folder or see the JSTransformer API for more details.

var mdast = require('jstransformer')(require('jstransformer-mdast'));

mdast.render('Some *emphasis*, **strongness**, and `code`').body
//=> 'Some _emphasis_, **strongness**, and `code`'

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

License

The MIT License

Keywords

jstransformer

FAQs

Package last updated on 12 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts