Skip to content

Releases: remarkjs/remark-math

rehype-mathjax@6.0.0

21 Dec 14:15
8ea3c08
Compare
Choose a tag to compare

6.0.0

19 Sep 11:40
d5d0660
Compare
Choose a tag to compare

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

rehype-mathjax@5.0.0

19 Sep 11:41
298db34
Compare
Choose a tag to compare

rehype-katex@7.0.0

19 Sep 11:41
c29d96b
Compare
Choose a tag to compare

rehype-mathjax@4.0.3

18 Jul 15:26
6d9970e
Compare
Choose a tag to compare

rehype-katex@6.0.3

23 Apr 13:10
e18d024
Compare
Choose a tag to compare
  • e28098a Fix to catch non-parse katex errors
  • f7a35ea Replace dependency to improve browser bundle size

Full Changelog: https://github.com/remarkjs/remark-math/compare/rehype-katex@6.0.2...rehype-katex@6.0.3

5.1.1

11 Nov 14:18
dc2d10c
Compare
Choose a tag to compare

Full Changelog: 5.1.0...5.1.1

rehype-mathjax@4.0.2

11 Nov 14:18
fec9acc
Compare
Choose a tag to compare

rehype-katex@6.0.2

11 Nov 14:18
26bb0e3
Compare
Choose a tag to compare

5.1.0

25 Aug 09:42
f2af1bd
Compare
Choose a tag to compare
  • ce0ba8c Add singleDollarTextMath option