react-pdf-html icon indicating copy to clipboard operation
react-pdf-html copied to clipboard

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

Open EmericW opened this issue 10 months ago • 1 comments

EmericW avatar Apr 11 '24 14:04 EmericW

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

danomatic avatar May 08 '24 20:05 danomatic

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

EmericW avatar May 09 '24 16:05 EmericW