Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.14 KB

jstransformer-typeset

Typeset support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-typeset

Optionally, also use the css from here

API

var typeset = require('jstransformer')(require('jstransformer-typeset'))

typeset.render('<p>"Hello," said the fox.</p>').body
//=> '<p><span class="pull-double">“</span>Hello,” said the fox.</p>'

License

MIT