Skip to content

Commit

Permalink
Merge pull request #2113 from jadejs/jstransformer-docs
Browse files Browse the repository at this point in the history
Add instructions to install the jstransformer one needs
  • Loading branch information
hemanth committed Oct 1, 2015
2 parents 9826734 + b2df3bd commit 9357e63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/views/reference/filters.jade
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ block documentation
p.
Check out the documentation for the JSTransformer for the options
supported for the specific filter.
p.
After you have located which JSTransformer is useful for you
as a Jade filter, simply install it through npm in your project
directory:
pre.
npm install --save jstransformer-coffee-script
npm install --save jstransformer-markdown-it
p.
Now, you should be able to render the following template:

.row
.col-lg-6
Expand Down

0 comments on commit 9357e63

Please sign in to comment.