mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
dependencies: Upgrade markdown from 2.6.11 -> 3.0.1.
This is a major upgrade, and requires some significant compatibility work: * Migrating the pattern-removal logic to use the Registry feature. * Handling the removal of positional arguments in markdown extensions. * Handling the removal of safe mode.
This commit is contained in:
committed by
Tim Abbott
parent
73eed42b3c
commit
b7c5ae7bca
@@ -158,4 +158,4 @@ class APICodeExamplesPreprocessor(Preprocessor):
|
||||
return fixture
|
||||
|
||||
def makeExtension(*args: Any, **kwargs: str) -> APICodeExamplesGenerator:
|
||||
return APICodeExamplesGenerator(kwargs)
|
||||
return APICodeExamplesGenerator(**kwargs)
|
||||
|
||||
Reference in New Issue
Block a user