Update information about wordcount filter

This commit is contained in:
Guillaume Gomez 2025-06-10 21:17:50 +02:00 committed by René Kijewski
parent 7ff890b14d
commit 477bfe4a3c

View File

@ -684,11 +684,6 @@ With `|urlencode_strict` a forward slash `/` is escaped, too.
### wordcount ### wordcount
[#wordcount]: #wordcount [#wordcount]: #wordcount
<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 ```jinja
{{ text_with_words | wordcount }} {{ text_with_words | wordcount }}
``` ```