https://github.com/jstransformers/jstransformer-markdown
Markdown support for JSTransformers.
https://github.com/jstransformers/jstransformer-markdown
Last synced: 11 months ago
JSON representation
Markdown support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-markdown
- Owner: jstransformers
- License: mit
- Created: 2015-02-11T13:12:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T03:21:53.000Z (about 6 years ago)
- Last Synced: 2024-10-23T03:31:42.375Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-markdown
- Size: 61.5 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-markdown
[Markdown](http://npm.im/markdown) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-markdown)
[](https://codecov.io/gh/jstransformers/jstransformer-markdown)
[](http://david-dm.org/jstransformers/jstransformer-markdown)
[](https://www.npmjs.org/package/jstransformer-markdown)
## Installation
npm install jstransformer-markdown
## API
```js
var markdown = require('jstransformer')(require('jstransformer-markdown'))
markdown.render('# Hello World!').body
//=> '
Hello World!
'
```
## License
MIT