Skip to content

Commit 3b2b402

Browse files
committed
fix: allow strip_document to be None
1 parent 58d48c1 commit 3b2b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdownify/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def markdownify(
2828
heading_style: str = ...,
2929
keep_inline_images_in: list[str] = ...,
3030
newline_style: str = ...,
31-
strip_document: str = ...,
31+
strip_document: str | None = ...,
3232
strong_em_symbol: str = ...,
3333
sub_symbol: str = ...,
3434
sup_symbol: str = ...,

0 commit comments

Comments
 (0)