Skip to content

6.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 19 Sep 11:40
· 9 commits to main since this release
d5d0660

Change

  • 4223ed9 Change to use exports
    migrate: don’t use private APIs
  • e8039d7 Change to require Node.js 16
    migrate: update too
  • f173346 fc32531 3658edd Change to use <code>, replace wrapping elements, update @types/{hast,mdast}, etc
    migrate: update too
    it’s no longer required to use the syntax extension from remark-math,
    you could instead use fenced code (```math).
    When using remark-math, similar markup is generated (<pre><code class="language-math">).
    To render that nicely (not monospace and small by default), those elements are replaced with
    the results from katex/mathjax.
  • 232f0d7 Remove throwOnError option, improve message
    migrate: check file.messages for warnings

Misc

  • 3aab0e1 Archive remark-html-katex

Full Changelog: 5.1.1...6.0.0