Version 1.10.0
Features
- Optionally disable automatic suppression of whitespace only blocks with the
Environmentclass attributerender_whitespace_only_blocks. (docs). - All built-in and included "extra" tags now have a
node_classclass attribute specifying theNodetype the tag contributes to a templates AST. This is done for easier customization throughTagandNodesubclassing.