v0.3.0
What's Changed
- fix: correct post size in sidebar by @D-Sketon in 0e53445
- feat: support mathjax3 by @D-Sketon in 148a719
修复
- 修正了侧边栏文章数量统计错误的bug
特性
- 支持 MathJax3,使用以下配置切换数学公式的渲染
math:
katex:
enable: true
mathjax:
enable: false
options: [{}]
Full Changelog: v0.2.0...v0.3.0