e.g.
<a href="#section">Section Name</a>
...
<div id="section">...</div>
The link should link to the section, and dompdf renders it as an anchor, but it isn't actually linked to anywhere.
PHP 7.4
Edit
After some digging the root of the problem is if the content wraps over another page, then the link does not work.
e.g.
The link should link to the section, and dompdf renders it as an anchor, but it isn't actually linked to anywhere.
PHP 7.4
Edit
After some digging the root of the problem is if the content wraps over another page, then the link does not work.