https://documentation.mjml.io/#mj-html-attributes Here's an example of how I'd like to use it: ```mjml <mjml> <mj-head> <mj-html-attributes> <mj-selector path="a[href]"> <mj-html-attribute name="clicktracking">off</mj-html-attribute> </mj-selector> </mj-html-attributes> </mj-head> ... ``` In order to disable [SendGrid's clicktracking](https://docs.sendgrid.com/ui/analytics-and-reporting/click-tracking-html-best-practices) for specific emails or specific links (e.g. forgot password).
https://documentation.mjml.io/#mj-html-attributes
Here's an example of how I'd like to use it:
In order to disable SendGrid's clicktracking for specific emails or specific links (e.g. forgot password).