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
Hi, thanks for the great library, it's just been such a pleasure to work with!
I have a minor bug, relating to bold highlighting of markers.
Given the styling:
ol li::marker { font-weight: bold; }
I see bold being applied to the HTML generated document, but not to the PDF output.
HTML:
PDF:
Many thanks, Mark.
The text was updated successfully, but these errors were encountered:
The marker pseudo-element is unsupported.
I haven't checked, but I'm pretty sure ::marker is CSS3 and Flying Saucer development pretty much stopped with CSS 2.1.
My guess is that it wouldn't be very difficult to support at least font related properties though.
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for the great library, it's just been such a pleasure to work with!
I have a minor bug, relating to bold highlighting of markers.
Given the styling:
I see bold being applied to the HTML generated document, but not to the PDF output.
HTML:
PDF:
Many thanks, Mark.
The text was updated successfully, but these errors were encountered: