danomatic / react-pdf-html

Render HTML in react-pdf
MIT License
172 stars 40 forks source link

feat: support `value` attribute for `li` tags in ordered lists #85

Closed EmericW closed 6 months ago

danomatic commented 6 months ago

In order for support for value to be complete, the following sibling li elements would need to have their values be relative to this li element's value

EmericW commented 6 months ago

Seems like it has already been added in a more complete way in this PR: https://github.com/danomatic/react-pdf-html/pull/87