https://github.com/jstransformers/jstransformer-remarkable
Remarkable markdown support for JSTransformers.
https://github.com/jstransformers/jstransformer-remarkable
Last synced: 11 months ago
JSON representation
Remarkable markdown support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-remarkable
- Owner: jstransformers
- License: mit
- Created: 2015-02-09T10:14:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:31:08.000Z (over 2 years ago)
- Last Synced: 2025-06-25T15:07:12.652Z (12 months ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-remarkable
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-remarkable
[Remarkable](http://npm.im/remarkable) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-remarkable)
[](https://codecov.io/gh/jstransformers/jstransformer-remarkable)
[](http://david-dm.org/jstransformers/jstransformer-remarkable)
[](https://www.npmjs.org/package/jstransformer-remarkable)
## Installation
npm install jstransformer-remarkable
## API
```js
var remarkable = require('jstransformer')(require('jstransformer-remarkable'))
remarkable.render('# Hello World!').body
//=> '
Hello World!
'
```
## License
MIT