Update Markdown extension code for Markdown 3.0 deprecations.

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

chipx86
Djblets
release-2.x
djblets

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
Update Markdown extension code for Markdown 3.0 deprecations.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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