markdown: isBlockLevel() returns a bool value. (#7839)

This commit is contained in:
L
2022-05-16 21:52:22 +08:00
committed by GitHub
parent 21a81c6575
commit 487bef5a67

View File

@@ -16,7 +16,7 @@ INSTALLED_EXTENSIONS: Any
RTL_BIDI_RANGES: Any
def deprecated(message: str, stacklevel: int = ...): ...
def isBlockLevel(tag): ...
def isBlockLevel(tag: object) -> bool: ...
def parseBoolValue(value, fail_on_errors: bool = ..., preserve_none: bool = ...): ...
def code_escape(text): ...