python-markdownify
python-markdownify copied to clipboard
Typing hint for `wrap_width` should include `None`
The type hint for wrap_width is currently int, but the documentation states: "A wrap_width value of None reflows lines to unlimited line length."
Please update the options types to include None.