Breaking Change
-
renderMathInElement()
is now part of Temml proper. The previousauto-render
extension is no longer necessary.
The call to this function must now be:temml.renderMathInElement()
, not
renderMathInElement()
. -
Documentation for
renderMathInElement()
is now in the Temml Installation page, not in acontrib
folder.
Added
-
renderMathInElement()
has a new option:fences
, which eases the selection
of recognized math delimiters. See the docs. -
renderMathInElement()
now recognizes AMS functions\ref
and\eqref
.
Fixed
- Revised an internal call to
Object.hasOwn
to enable older versions of Safari.