mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add Markdown.ESCAPED_CHARS to Markdown stubs (#10134)
This commit is contained in:
committed by
GitHub
parent
01b09d4371
commit
0b60e7fac5
@@ -32,6 +32,7 @@ class Markdown:
|
||||
tab_length: int
|
||||
block_level_elements: list[str]
|
||||
registeredExtensions: list[Extension]
|
||||
ESCAPED_CHARS: list[str]
|
||||
def __init__(
|
||||
self,
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user