python-markdownify icon indicating copy to clipboard operation
python-markdownify copied to clipboard

Typing hint for `wrap_width` should include `None`

Open pdc1 opened this issue 1 month ago • 0 comments

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.

pdc1 avatar Dec 15 '25 20:12 pdc1