lib/hamlit/engine.rb in hamlit-1.2.1 vs lib/hamlit/engine.rb in hamlit-1.3.0

- old
+ new

@@ -8,9 +8,10 @@ class Engine < Temple::Engine define_options( generator: Temple::Generators::ArrayBuffer, format: :html, attr_quote: "'", + escape_html: true, ) use Parser use Compiler use HTML