react-pdf-html
react-pdf-html copied to clipboard
feat: support `value` attribute for `li` tags in ordered lists
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
Seems like it has already been added in a more complete way in this PR: https://github.com/danomatic/react-pdf-html/pull/87