Skip to content
New issue

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

Nested UL under OL shows with numbers in PDF #30

Open
robpeszek opened this issue Mar 21, 2016 · 1 comment
Open

Nested UL under OL shows with numbers in PDF #30

robpeszek opened this issue Mar 21, 2016 · 1 comment

Comments

@robpeszek
Copy link

Plugin Version 1.0.0.

This HTML:

<ol>
    <li>Numbered
        <ul>
           <li>boolet</li>
        </ul>
    </li>
</ol>

is rendered as a list that looks like

1. Numbered
   1. boolet

capture

@robpeszek
Copy link
Author

Found with Grails version 2.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant