diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a8d5b3b3..f92bd241 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -436,11 +436,6 @@ Here is a basic introduction to how the :class:`~markupsafe.Markup` class works: >>> Markup('Marked up » HTML').striptags() 'Marked up ยป HTML' -.. versionchanged:: 2.2 - - In addition to the extensions below, templates with the ``.svg`` extension - are also autoescaped. - .. versionchanged:: 0.5 Autoescaping is no longer enabled for all templates. The following