We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f78dd commit 83a39d1Copy full SHA for 83a39d1
stubs/Markdown/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "3.9.*"
+version = "3.10.*"
2
upstream_repository = "https://github.com/Python-Markdown/markdown"
stubs/Markdown/markdown/htmlparser.pyi
@@ -6,6 +6,8 @@ from collections.abc import Sequence
6
from markdown import Markdown
7
8
spec: ModuleSpec
9
+commentclose: re.Pattern[str]
10
+commentabruptclose: re.Pattern[str]
11
blank_line_re: re.Pattern[str]
12
13
class HTMLExtractor(htmlparser.HTMLParser):
0 commit comments