markdown: Restore wrongly deleted DoubleTagPattern (#11335)

This commit is contained in:
Anders Kaseorg
2024-01-28 19:12:16 -05:00
committed by GitHub
parent 6d9f28a7ca
commit fd89040900

View File

@@ -75,6 +75,7 @@ class BacktickInlineProcessor(InlineProcessor):
tag: str
def __init__(self, pattern: str) -> None: ...
class DoubleTagPattern(SimpleTagPattern): ...
class DoubleTagInlineProcessor(SimpleTagInlineProcessor): ...
class HtmlInlineProcessor(InlineProcessor):