mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 04:50:40 +00:00
book: remove alloc feature mention for indent
filter
Updated the "filters" chapter in the book to remove the mention of the alloc feature requirement for the indent filter, as it no longer relies on memory allocation.
This commit is contained in:
parent
6d5473f801
commit
6653662d9e
@ -231,11 +231,6 @@ All arguments are passed through to [`format!()`] by the Askama code generator.
|
||||
### indent
|
||||
[#indent]: #indent
|
||||
|
||||
<blockquote class="right" style="padding:0.5ex 1ex; margin:0 0 1ex 1ex; font-size:80%">
|
||||
enabled by <code>"alloc"</code><br/>
|
||||
enabled by <code>"default"</code>
|
||||
</blockquote>
|
||||
|
||||
```jinja
|
||||
{{ text_to_indent | indent(width, [first], [blank]) }}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user