mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add markdown.blockprocessors.ReferenceProcessor (#6270)
This commit is contained in:
@@ -62,4 +62,8 @@ class HRProcessor(BlockProcessor):
|
||||
match: Match[str]
|
||||
|
||||
class EmptyBlockProcessor(BlockProcessor): ...
|
||||
|
||||
class ReferenceProcessor(BlockProcessor):
|
||||
RE: Pattern[str]
|
||||
|
||||
class ParagraphProcessor(BlockProcessor): ...
|
||||
|
||||
Reference in New Issue
Block a user