From b1d11530a3a191a8e037a73b48eb568ede436adb Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 18 Oct 2022 19:08:27 -0600 Subject: [PATCH] Restore quickstart.rst --- docs/quickstart.rst | 5 ----- 1 file changed, 5 deletions(-) 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