From d9043280fed9c132ae3a465e432b8bf00112786d Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 30 Jun 2025 14:50:47 +0800 Subject: [PATCH] :pencil: Docs: update README to include MathJax support for mathematical formulas --- README.md | 3 ++- README.zh-cn.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49b7e9d6..b59964cd 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Click the following links to generate a new repository with template: - Extended Markdown syntax for **[Font Awesome](https://fontawesome.com/) icons** - Extended Markdown syntax for **ruby annotation** - Extended Markdown syntax for **fraction** -- **Mathematical formula** supported by [KaTeX](https://katex.org/) +- **Mathematical formula** supported by [KaTeX](https://katex.org/) or [MathJax](https://www.mathjax.org) - **Diagrams** code fences extended and shortcode supported by [mermaid](https://github.com/knsv/mermaid) - **Interactive data visualization** shortcode and code fences extended supported by [ECharts](https://echarts.apache.org/) - **Timeline** code fences extended and shortcode supported @@ -273,6 +273,7 @@ Thanks to all the [contributors](https://github.com/hugo-fixit/FixIt/graphs/cont - [Sharer.js](https://github.com/ellisonleao/sharer.js) - [TypeIt](https://typeitjs.com/) - [KaTeX](https://katex.org/) +- [MathJax](https://www.mathjax.org) - [mermaid](https://github.com/mermaid-js/mermaid) - [ECharts](https://echarts.apache.org/) - [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) diff --git a/README.zh-cn.md b/README.zh-cn.md index 643e976c..682d4a9d 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -149,7 +149,7 @@ Gitee 镜像仓库: - 支持 **[Font Awesome](https://fontawesome.com/) 图标**的扩展 Markdown 语法 - 支持**上标注释**的扩展 Markdown 语法 - 支持**分数**的扩展 Markdown 语法 -- 支持基于 [KaTeX](https://katex.org/) 的**数学公式** +- 支持基于 [KaTeX](https://katex.org/) 或 [MathJax](https://www.mathjax.org) 的**数学公式** - 支持基于 [mermaid](https://github.com/knsv/mermaid) 的**图表** 代码块扩展语法和 shortcode - 支持基于 [ECharts](https://echarts.apache.org/) 的**交互式数据可视化** 代码块扩展语法和 shortcode - 支持 **Timeline** 的代码块扩展语法和 shortcode @@ -277,6 +277,7 @@ FixIt 主题旨在在**简洁性**和**可扩展性**之间取得平衡。为此 - [Sharer.js](https://github.com/ellisonleao/sharer.js) - [TypeIt](https://typeitjs.com/) - [KaTeX](https://katex.org/) +- [MathJax](https://www.mathjax.org) - [mermaid](https://github.com/mermaid-js/mermaid) - [ECharts](https://echarts.apache.org/) - [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js)