Package: python-markdown / 3.8.2-2

Metadata

Package Version Patches format
python-markdown 3.8.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_directory_urls.diff | (download)

mkdocs.yml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use directory urls for the documentation

To make it easier to browse the documentation locally.

disable_gh_links.diff | (download)

mkdocs.yml | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 disable mdx_gh_links extension

It is not packaged in Debian yet.

local_inventory.diff | (download)

mkdocs.yml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local python inventory file

python_3.13.6.diff | (download)

markdown/htmlparser.py | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 fix failing cases for python 3.13.6 and 3.14

New change requires us to monkey patch `locatetagend` to prevent
capturing incomplete tags in code spans.

(cherry picked from commit 23c301de28e12426408656efdfa153b11d4ff558)