Remark Math Versions Save

remark and rehype plugins to support math

[email protected]

4 months ago

Change

Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@6.0.0

[email protected]

8 months ago

(see 6.0.0)

[email protected]

8 months ago

(see 6.0.0)

6.0.0

8 months ago

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: https://github.com/remarkjs/remark-math/compare/5.1.1...6.0.0

[email protected]

10 months ago

Type

  • 276816d Remove unused type dependency

Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@4.0.3

[email protected]

1 year ago
  • 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/[email protected]@6.0.3

[email protected]

2 years ago
  • fa4ada1 Update katex
  • b2066bb Add improved docs

[email protected]

2 years ago
  • f9c559e Update jsdom
  • b2066bb Add improved docs

5.1.1

2 years ago

Full Changelog: https://github.com/remarkjs/remark-math/compare/5.1.0...5.1.1

5.1.0

2 years ago
  • ce0ba8c Add singleDollarTextMath option