Update Markdown extension code for Markdown 3.0 deprecations.

Review Request #11931 — Created Jan. 14, 2022 and submitted

Information

Djblets
release-2.x

Reviewers

Djblets 2.x is compatible with Markdown 3.x, but still used a lot of
Markdown 2.x semantics, including legacy processor registration and
extendMarkdown() function signatures. These trigger deprecation
warnings in Markdown 3.x.

This updates our Markdown extension code to comply with the modern
requirements.

Unit tests pass on all supported versions of Python and Django.

Summary ID
Update Markdown extension code for Markdown 3.0 deprecations.
Djblets 2.x is compatible with Markdown 3.x, but still used a lot of Markdown 2.x semantics, including legacy processor registration and `extendMarkdown()` function signatures. These trigger deprecation warnings in Markdown 3.x. This updates our Markdown extension code to comply with the modern requirements.
270da681cd17768d4402ce14b111290d86a66fcc
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (e5bbb94)
Loading...