djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.25k stars 213 forks source link

Fix parsing nested comments #1027

Closed Kijewski closed 2 months ago

Kijewski commented 2 months ago

This changes makes parsing nested comments run in linear time, and constant space.

Fixes #1026.