Aymkdn / html-to-pdfmake

This module permits to convert HTML to the PDFMake format
https://aymkdn.github.io/html-to-pdfmake/index.html
MIT License
558 stars 88 forks source link

Bold/Strong can't be display in Link #227

Closed aweikalee closed 1 hour ago

aweikalee commented 2 hours ago

Provide the HTML code

<a href="#">abc <strong>def</strong></a>

Describe the bug def should be rendered, but it will be remove.

Aymkdn commented 1 hour ago

I'm looking at it now.

Aymkdn commented 1 hour ago

It should be fixed with v2.5.14

aweikalee commented 1 hour ago

Thanks