Updated changelog and minor fix example

This commit is contained in:
Michael Teeuw
2017-10-01 13:16:07 +02:00
parent 9ca6180207
commit 4757c36233
2 changed files with 4 additions and 1 deletions

View File

@@ -4,9 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.0] - Unreleased ## [2.2.0] - Unreleased
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
### Changed ### Changed
### Added ### Added
- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.)
### Updated ### Updated

View File

@@ -2,4 +2,4 @@
Use | striptags(true) for HTML rendering Use | striptags(true) for HTML rendering
https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks
--> -->
<div class="normal">{{text | striptags(true)}}</div> <div>{{text | striptags(true)}}</div>