Fix to allow html entities by going through a w3c DOM

This commit is contained in:
2025-04-18 13:56:26 -05:00
parent 64a405cbf8
commit 78892b3642
2 changed files with 4 additions and 1 deletions

View File

@ -79,6 +79,7 @@ class ConvertHtmlToPdfActionTest extends BaseTest
</h1>
<div class="myclass">
<p>This is a test of converting HTML to PDF!!</p>
<p>This is &nbsp; a line with &bull; some entities &lt;</p>
<p style="font-family: SF-Pro; font-size: 24px;">(btw, is this in SF-Pro???)</p>
</div>
</div>