We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<t>nested ol</t> <ol> <li> <ol> <li>This is first nested li</li> <li><t>second nested li</t></li> </ol> </li> <li><t>second parent li</t></li> </ol> <t>nested ol with type="%p%d"</t> <ol> <li> <ol type="%p%d"> <li>This is first nested li</li> <li><t>second nested li</t></li> </ol> </li> <li><t>second parent li</t></li> </ol> <t>nested ol with type="%d"</t> <ol> <li> <ol type="%d"> <li>This is first nested li</li> <li><t>second nested li</t></li> </ol> </li> <li><t>second parent li</t></li> </ol> <t>nested ul</t> <ul> <li> <ul> <li>This is first nested li</li> <li><t>second nested li</t></li> </ul> </li> <li><t>second parent li</t></li> </ul>
The text was updated successfully, but these errors were encountered:
Related issue: #1136
Sorry, something went wrong.
No branches or pull requests
Describe the issue
Sample code
Firefox 130.0 (macOS 14.6.1)
Chrome 128.0.6613.120 (macOS 14.6.1)
Safari 17.6 (macOS 14.6.1)
PDF (Screenshot from Apple Preview 11.0 but similar on Fifreox & Chrome in-browser PDF renders)
Code of Conduct
The text was updated successfully, but these errors were encountered: