Remark Math Versions Save

remark and rehype plugins to support math

[email protected]

2 years ago
  • b65a156 Fix support for comments

[email protected]

2 years ago
  • b65a156 Fix support for comments

[email protected]

2 years ago
  • fa17953 Mark remark-html-katex as legacy please switch to rehype-katex instead

[email protected]

2 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

[email protected]

2 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

5.0.0

2 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

[email protected]

2 years ago
  • 1abc044 Update katex

[email protected]

3 years ago
  • 39070ab Add support for TeX input options in rehype-mathjax

4.0.0

3 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)

3.0.1

3 years ago
  • 415e180 Expose options type