diff --git a/docs/templating.rst b/docs/templating.rst index 11d5d48d..9ba2223a 100644 --- a/docs/templating.rst +++ b/docs/templating.rst @@ -132,7 +132,7 @@ characters in text, but can also lead to security problems. (see Sometimes however you will need to disable autoescaping in templates. This can be the case if you want to explicitly inject HTML into pages, for -example if they come from a system that generate secure HTML like a +example if they come from a system that generates secure HTML like a markdown to HTML converter. There are three ways to accomplish that: