Skip to content

v0.11.00

Latest
Compare
Choose a tag to compare
@ronkok ronkok released this 14 Feb 03:05

Breaking Change

  • renderMathInElement() is now part of Temml proper. The previous auto-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 a contrib 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.