Add Markdown.ESCAPED_CHARS to Markdown stubs (#10134)

This commit is contained in:
Victor Westerhuis
2023-05-03 11:24:57 +02:00
committed by GitHub
parent 01b09d4371
commit 0b60e7fac5

View File

@@ -32,6 +32,7 @@ class Markdown:
tab_length: int
block_level_elements: list[str]
registeredExtensions: list[Extension]
ESCAPED_CHARS: list[str]
def __init__(
self,
*,