-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Internal anchors not linking with ids #653
Copy link
Copy link
Open
Description
mPDF don't link anchors based on id attribute, for example <a id="mm"></a> will not work. Although name attribute is recognised and linked but this should be marked as issue since according to HTML 5 specification,we should use id attribute instead of name for anchors.
Reactions are currently unavailable