You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
* Item 1
* Item 2
Expected
1. Item
2. Item
The text was updated successfully, but these errors were encountered:
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
Result
Expected
The text was updated successfully, but these errors were encountered: