remark-math

remark and rehype plugins to support math

MIT License

Downloads
3.1M
Stars
372
Committers
18

Bot releases are visible (Hide)

remark-math - [email protected]

Published by wooorm about 2 months ago

Fix

  • 3efc101 Fix crash on katex error

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

remark-math - [email protected] Latest Release

Published by wooorm 10 months ago

Change

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

remark-math -

Published by wooorm about 1 year ago

(see 6.0.0)

remark-math -

Published by wooorm about 1 year ago

(see 6.0.0)

remark-math - 6.0.0

Published by wooorm about 1 year 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

remark-math - [email protected]

Published by wooorm about 1 year ago

Type

  • 276816d Remove unused type dependency

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

remark-math - [email protected]

Published by wooorm over 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

remark-math -

Published by wooorm almost 3 years ago

  • fa4ada1 Update katex
  • b2066bb Add improved docs
remark-math - [email protected]

Published by wooorm almost 3 years ago

  • f9c559e Update jsdom
  • b2066bb Add improved docs
remark-math - 5.1.1

Published by wooorm almost 3 years ago

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

remark-math -

Published by wooorm about 3 years ago

  • ce0ba8c Add singleDollarTextMath option
remark-math -

Published by wooorm about 3 years ago

  • b65a156 Fix support for comments
remark-math -

Published by wooorm about 3 years ago

  • b65a156 Fix support for comments
remark-math -

Published by wooorm about 3 years ago

  • fa17953 Mark remark-html-katex as legacy
    please switch to rehype-katex instead
remark-math -

Published by wooorm about 3 years ago

  • 1f04763 Use ESM
    // From CommonJS
    var rehypeMathjax = require('rehype-mathjax')
    
    // To ESM
    import rehypeMathjax from 'rehype-mathjax'
    
    Learn more about ESM in this guide
  • c6fc7a0 Change options to match mathjax
    please read commit message for needed changes
  • edf4ca2 6899b07 Add JSDoc based types
  • b7ecce0 Update dependencies
remark-math -

Published by wooorm about 3 years ago

  • 1f04763 Use ESM
    // From CommonJS
    var rehypeKatex = require('rehype-katex')
    
    // To ESM
    import rehypeKatex from 'rehype-katex'
    
    Learn more about ESM in this guide
  • edf4ca2 6899b07 Add JSDoc based types
  • 2948e91 Update katex
  • b7ecce0 Update dependencies
remark-math -

Published by wooorm about 3 years ago

  • 1f04763 Use ESM
    // From CommonJS
    var remarkMath = require('remark-math')
    
    // To ESM
    import remarkMath from 'remark-math'
    
    Learn more about ESM in this guide
  • b7ecce0 Update dependencies
  • 0b77136 Remove warning for remark 12
remark-math -

Published by wooorm about 3 years ago

  • 1abc044 Update katex
remark-math -

Published by wooorm over 3 years ago

  • 39070ab Add support for TeX input options in rehype-mathjax
remark-math -

Published by wooorm about 4 years ago

  • 9b4b3c3 Update for micromark in remark@13
    (breaking, this update will not work with remark lower than v13, and see commit for other changes)
Package Rankings
Top 1.53% on Npmjs.org
Badges
Extracted from project README's
Build Coverage Downloads Size Sponsors Backers Chat