I've added support for "trust" option in [latex] tag, so the \href command can be used; the new code for frontend.php is in the attachment, it's based on these variables:
$trustAttr is the "trust" attribute in the [latex] tag;
$trustHtml is the HTML fragment to add in order to support the option;
trust:"true"===r.getAttribute("data-trust") in the katex_rubber method transforms the attribute in the related option.
Hi,
I've added support for "trust" option in [latex] tag, so the \href command can be used; the new code for frontend.php is in the attachment, it's based on these variables:
frontend.php.txt