4.0.0
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]