Skip to content

4.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 21 Aug 11:32
· 18 commits to master since this release
b527646

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]