We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
None
strip_pre
warp_width
1 parent add391a commit 53457eeCopy full SHA for 53457ee
1 file changed
markdownify/__init__.pyi
@@ -32,13 +32,13 @@ def markdownify(
32
newline_style: str = ...,
33
strip: Union[list[str], None] = ...,
34
strip_document: Union[str, None] = ...,
35
- strip_pre: str = ...,
+ strip_pre: Union[str, None] = ...,
36
strong_em_symbol: str = ...,
37
sub_symbol: str = ...,
38
sup_symbol: str = ...,
39
table_infer_header: bool = ...,
40
wrap: bool = ...,
41
- wrap_width: int = ...,
+ wrap_width: Union[int, None] = ...,
42
) -> str: ...
43
44
@@ -60,13 +60,13 @@ class MarkdownConverter:
60
61
62
63
64
65
66
67
68
69
70
) -> None:
71
...
72
0 commit comments