Currently ordered lists are converted into unordered lists in text; using an asterisk instead of numbers. Would be great to use numbers for these cases.
Example
(new \Html2Text\Html2Text('<ol><li>Item 1</li><li>Item 2</li></ol>'))->getText()
Result
Expected