Lines Matching +full:pre +full:- +full:release
1 title: Release Notes for v3.2
3 # Python-Markdown 3.2 Release Notes
5 Python-Markdown version 3.2 supports Python versions 3.5, 3.6, 3.7, 3.8, and
8 ## Backwards-incompatible changes
12 Python 2.7 reaches end-of-life on 2020-01-01 and Python-Markdown 3.2 has dropped
13 support for it. Please upgrade to Python 3, or use Python-Markdown 3.1.
38 - `<pre><code>foo = 'bar'</code></pre>` if you **were not** using Pygments.
39 - `<pre>foo = 'bar'</pre>` if you **were** using Pygments.
45 This change does not alter the Python-Markdown API, but users relying on the old
54 Previously, Python-Markdown was using either the `xml.etree.cElementTree` module
60 release.
68 The following new features have been included in the release:
91 The following bug fixes are included in the 3.2 release:
94 * Unescape backslash-escaped characters in TOC ids (#864).