Skip to content

Releases: hexojs/hexo-math

v5.0.0

03 Apr 15:26
b72b4e1
Compare
Choose a tag to compare

BREAKING CHANGES

Tests

  • test: delete requie register-should in .mocharc.yml by @yoshinorin in #185

Dependencies

CI/CD

Full Changelog: 4.0.0...v5.0.0

4.0.0

21 Aug 11:32
b527646
Compare
Choose a tag to compare

Breaking change

  • The syntax is changed to tag plugin syntax {% %} [#130]

    • Examples:
    {% katex %}
    c = \pm\sqrt{a^2 + b^2}
    {% endkatex %}
    
    {% mathjax %}
    \frac{1}{x^2-1}
    {% endmathjax %}
    
    • The renderer option is highly customizable and it can be different across posts and even within a post, refer to the documentation for usage guide.
    • If you prefer to use $...$ syntax, we recommend hexo-filter-mathjax which is also developed a Hexo developer, [@stevenjoezhang].

Misc

  • Drop Travis CI [#134]

3.0.4

05 Sep 19:46
Compare
Choose a tag to compare

Fixes

  • Fix the fs.SyncWriteStream is deprecated warning.
  • Fix the test cases #45
  • Fix the MathJax CND link #42