Skip to content

Commit d2b980f

Browse files
committed
Start release notes for 3.5
1 parent 44245ac commit d2b980f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/change_log/release-3.5.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: Release Notes for v3.5
2+
3+
# Python-Markdown 3.5 Release Notes
4+
5+
Python-Markdown version 3.5 supports Python versions 3.7, 3.8, 3.9, 3.10,
6+
3.11 and PyPy3.
7+
8+
## New features
9+
10+
The following new features have been included in the 3.5 release:
11+
12+
* A new configuration option has been added to the
13+
[toc](../extensions/toc.md) extension (#1339):
14+
15+
* A new boolean option `permalink_leading` controls the position of
16+
the permanent link anchors generated with `permalink`. Setting
17+
`permalink_leading` to `True` will cause the links to be inserted
18+
at the start of the header, before any other header content. The
19+
default behavior for `permalink` is to append permanent links to
20+
the header, placing them after all other header content.

0 commit comments

Comments
 (0)