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
When you use an unordered list (<ul>) inside an ordered list (<ol>) item, you get a broken count where it will count the items in the <ul> as part of the <ol>.
Description of the bug
When you use an unordered list (
<ul>
) inside an ordered list (<ol>
) item, you get a broken count where it will count the items in the<ul>
as part of the<ol>
.Example:
How to reproduce the bug
Here's a small reproducer:
PyMuPDF version
1.24.9
Operating system
Linux
Python version
3.12
The text was updated successfully, but these errors were encountered: