mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
[Markdown] Update to 3.10.* (#14978)
This commit is contained in:
@@ -6,6 +6,8 @@ from collections.abc import Sequence
|
||||
from markdown import Markdown
|
||||
|
||||
spec: ModuleSpec
|
||||
commentclose: re.Pattern[str]
|
||||
commentabruptclose: re.Pattern[str]
|
||||
blank_line_re: re.Pattern[str]
|
||||
|
||||
class HTMLExtractor(htmlparser.HTMLParser):
|
||||
|
||||
Reference in New Issue
Block a user