diff --git a/book/src/filters.md b/book/src/filters.md index e096b183..1e24ab0f 100644 --- a/book/src/filters.md +++ b/book/src/filters.md @@ -684,11 +684,6 @@ With `|urlencode_strict` a forward slash `/` is escaped, too. ### wordcount [#wordcount]: #wordcount -
-enabled by "alloc"
-enabled by "default" -
- ```jinja {{ text_with_words | wordcount }} ```