mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
markdown: Restore wrongly deleted DoubleTagPattern (#11335)
This commit is contained in:
@@ -75,6 +75,7 @@ class BacktickInlineProcessor(InlineProcessor):
|
||||
tag: str
|
||||
def __init__(self, pattern: str) -> None: ...
|
||||
|
||||
class DoubleTagPattern(SimpleTagPattern): ...
|
||||
class DoubleTagInlineProcessor(SimpleTagInlineProcessor): ...
|
||||
|
||||
class HtmlInlineProcessor(InlineProcessor):
|
||||
|
||||
Reference in New Issue
Block a user