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
When supplying an ordered list that is formatted to be bold, only the content is bold, but the numbers of the ordered list is not.
So this is the HTML content supplied:
<html> <body> <div class="page"> <ol> <li style="font-weight:bold;"><strong>Test bold 1</strong></li> <li style="font-weight:bold;"><strong>Test bold 2</strong></li> </ol> </div> </body> </html>
Attached are the file for the current output and the expected output.
test.docx test-expected.docx
I'm not 100% sure whether that is a bug or something that simply was never implemented in the first place.
The expected behaviour is a word output that also styles the numbers as bold as shown in the supplied document above.
Generate with the following HTML:
1.3.0
8.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug and add attachments
When supplying an ordered list that is formatted to be bold, only the content is bold, but the numbers of the ordered list is not.
So this is the HTML content supplied:
Attached are the file for the current output and the expected output.
test.docx
test-expected.docx
I'm not 100% sure whether that is a bug or something that simply was never implemented in the first place.
Expected behavior
The expected behaviour is a word output that also styles the numbers as bold as shown in the supplied document above.
Steps to reproduce
Generate with the following HTML:
PHPWord version(s) where the bug happened
1.3.0
PHP version(s) where the bug happened
8.3
Priority
The text was updated successfully, but these errors were encountered: