diff --git a/docs/dev/reference/twig/filters/e.md b/docs/dev/reference/twig/filters/e.md deleted file mode 100644 index 75c966e12..000000000 --- a/docs/dev/reference/twig/filters/e.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: e - Twig Filter -linkTitle: e -description: -tags: [Twig] ---- - -{{% notice "note" %}} -This is not yet documented. -{{% /notice %}} \ No newline at end of file diff --git a/docs/dev/reference/twig/filters/escape.md b/docs/dev/reference/twig/filters/escape.md index 214215f9f..2db6876a4 100644 --- a/docs/dev/reference/twig/filters/escape.md +++ b/docs/dev/reference/twig/filters/escape.md @@ -1,10 +1,9 @@ --- title: escape - Twig Filter linkTitle: escape -description: +description: The escape filter escapes a string using strategies that depend on the context. tags: [Twig] --- -{{% notice "note" %}} -This is not yet documented. -{{% /notice %}} \ No newline at end of file +Contao overrides [Twig's default `escape` filter](https://twig.symfony.com/doc/3.x/filters/escape.html) in order to +support `ChunckedText` from [insert tags]({{% ref insert-tags %}}) and to employ its own escaper strategies.