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.
strip_document
None
1 parent 58d48c1 commit 3b2b402Copy full SHA for 3b2b402
markdownify/__init__.pyi
@@ -28,7 +28,7 @@ def markdownify(
28
heading_style: str = ...,
29
keep_inline_images_in: list[str] = ...,
30
newline_style: str = ...,
31
- strip_document: str = ...,
+ strip_document: str | None = ...,
32
strong_em_symbol: str = ...,
33
sub_symbol: str = ...,
34
sup_symbol: str = ...,
0 commit comments