https://github.com/jstransformers/jstransformer-megamark
megamark support for JSTransformers.
https://github.com/jstransformers/jstransformer-megamark
Last synced: about 2 months ago
JSON representation
megamark support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-megamark
- Owner: jstransformers
- License: mit
- Created: 2015-08-06T00:19:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:28:37.000Z (about 6 years ago)
- Last Synced: 2025-02-13T15:28:22.957Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/jstransformer-megamark
- Size: 49.8 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-megamark
[Megamark](https://github.com/bevacqua/megamark) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-megamark)
[](https://codecov.io/gh/jstransformers/jstransformer-megamark)
[](http://david-dm.org/jstransformers/jstransformer-megamark)
[](https://www.npmjs.org/package/jstransformer-megamark)
## Installation
npm install jstransformer-megamark
## API
```js
var megamark = require('jstransformer')(require('jstransformer-megamark'))
console.log(megamark.render('_Hello_, **world**!').body);
//=> '
Hello, world!
'
```
## License
MIT