djc / askama

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

Add urlencode to filters.md #1064

Closed OscartGiles closed 1 month ago

OscartGiles commented 1 month ago

The urlencode filter was missing from the documentation. This adds it.

I placed it under Built-in filters rather than Optional / feature gated filters, even though it is behind the urlencode feature gate, on the basis that this is in the default feature list. Let me know if preferred in the optional filters.

GuillaumeGomez commented 1 month ago

Good catch, thanks!