JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
282 stars 26 forks source link

Nunjucks escaping #186

Closed UltCombo closed 8 years ago

UltCombo commented 8 years ago

Nunjucks@2 escapes all output by default.

In order to be able to update to nunjucks@2, we must either create SafeStrings where appropriate (e.g. marked's output) or set the autoescape option to false to preserve the old-behavior. I'm tending towards the former approach, which should be safer.