mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Updated changelog and minor fix example
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user