diff --git a/README.md b/README.md index 6a846b28..40cf303d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Compared to the original LeaveIt theme and the KeepIt theme, the LoveIt theme ha * Extended Markdown syntax for **ruby annotation** * Extended Markdown syntax for **fraction** * **Mathematical formula** supported by [KaTeX](https://katex.org/) -* **Diagram syntax** shortcode supported by [mermaid](https://github.com/knsv/mermaid) +* **Diagram syntax** shortcode supported by [mermaid](https://github.com/mermaid-js/mermaid) * **Interactive data visualization** shortcode supported by [ECharts](https://echarts.apache.org/) * **Mapbox** shortcode supported by [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * Embedded **music player** supported by [APlayer](https://github.com/MoePlayer/APlayer) and [MetingJS](https://github.com/metowolf/MetingJS) @@ -103,7 +103,7 @@ I hope you will LoveIt ❤️! * Extended Markdown syntax for **ruby annotation** * Extended Markdown syntax for **fraction** * **Mathematical formula** supported by [KaTeX](https://katex.org/) -* **Diagrams** shortcode supported by [mermaid](https://github.com/knsv/mermaid) +* **Diagrams** shortcode supported by [mermaid](https://github.com/mermaid-js/mermaid) * **Interactive data visualization** shortcode supported by [ECharts](https://echarts.apache.org/) * **Mapbox** shortcode supported by [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * **Music player** shortcode supported by [APlayer](https://github.com/MoePlayer/APlayer) and [MetingJS](https://github.com/metowolf/MetingJS) @@ -176,7 +176,7 @@ Thanks to the authors of following resources included in the theme: * [Sharer.js](https://github.com/ellisonleao/sharer.js) * [TypeIt](https://typeitjs.com/) * [KaTeX](https://katex.org/) -* [mermaid](https://github.com/knsv/mermaid) +* [mermaid](https://github.com/mermaid-js/mermaid) * [ECharts](https://echarts.apache.org/) * [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * [APlayer](https://github.com/MoePlayer/APlayer) diff --git a/README.zh-cn.md b/README.zh-cn.md index 95b32eee..d2c32012 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -37,7 +37,7 @@ * 支持**上标注释**的扩展 Markdown 语法 * 支持**分数**的扩展 Markdown 语法 * 支持基于 [KaTeX](https://katex.org/) 的**数学公式** -* 支持基于 [mermaid](https://github.com/knsv/mermaid) 的**图表**生成功能 +* 支持基于 [mermaid](https://github.com/mermaid-js/mermaid) 的**图表**生成功能 * 支持基于 [ECharts](https://echarts.apache.org/) 的**交互式数据可视化**生成功能 * 支持基于 [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) 的 **Mapbox** 地图显示功能 * 支持基于 [APlayer](https://github.com/MoePlayer/APlayer) 和 [MetingJS](https://github.com/metowolf/MetingJS) 的内嵌**音乐播放器** @@ -98,7 +98,7 @@ * 支持**上标注释**的扩展 Markdown 语法 * 支持**分数**的扩展 Markdown 语法 * 支持基于 [KaTeX](https://katex.org/) 的**数学公式** -* 支持基于 [mermaid](https://github.com/knsv/mermaid) 的**图表** shortcode +* 支持基于 [mermaid](https://github.com/mermaid-js/mermaid) 的**图表** shortcode * 支持基于 [ECharts](https://echarts.apache.org/) 的**交互式数据可视化** shortcode * 支持基于 [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) 的 **Mapbox** shortcode * 支持基于 [APlayer](https://github.com/MoePlayer/APlayer) 和 [MetingJS](https://github.com/metowolf/MetingJS) 的**音乐播放器** shortcode @@ -171,7 +171,7 @@ LoveIt 主题中用到了以下项目,感谢它们的作者: * [Sharer.js](https://github.com/ellisonleao/sharer.js) * [TypeIt](https://typeitjs.com/) * [KaTeX](https://katex.org/) -* [mermaid](https://github.com/knsv/mermaid) +* [mermaid](https://github.com/mermaid-js/mermaid) * [ECharts](https://echarts.apache.org/) * [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * [APlayer](https://github.com/MoePlayer/APlayer) diff --git a/assets/data/cdn/jsdelivr.yml b/assets/data/cdn/jsdelivr.yml index 28db841c..58d831cb 100644 --- a/assets/data/cdn/jsdelivr.yml +++ b/assets/data/cdn/jsdelivr.yml @@ -43,7 +43,7 @@ libFiles: katexCopyTexCSS: katex@0.15.3/dist/contrib/copy-tex.min.css katexCopyTexJS: katex@0.15.3/dist/contrib/copy-tex.min.js katexMhchemJS: katex@0.15.3/dist/contrib/mhchem.min.js - # mermaid@9.0.1 https://github.com/knsv/mermaid + # mermaid@9.0.1 https://github.com/mermaid-js/mermaid mermaidJS: mermaid@9.0.1/dist/mermaid.min.js # echarts@4.8.0 https://echarts.apache.org/ echartsJS: echarts@4.8.0/dist/echarts.min.js diff --git a/assets/lib/VERSION b/assets/lib/VERSION index 17f053b5..9f8a1f81 100644 --- a/assets/lib/VERSION +++ b/assets/lib/VERSION @@ -17,7 +17,7 @@ clipboard.js@2.0.11 https://github.com/zenorocha/clipboard.js sharer.js@0.4.0 https://github.com/ellisonleao/sharer.js typeit@7.0.4 https://github.com/alexmacarthur/typeit katex@0.15.3 https://katex.org/ -mermaid@9.0.1 https://github.com/knsv/mermaid +mermaid@9.0.1 https://github.com/mermaid-js/mermaid echarts@4.8.0 https://echarts.apache.org/ mapbox-gl@1.10.1 https://github.com/mapbox/mapbox-gl-js aplayer@1.10.1 https://github.com/MoePlayer/APlayer diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index 635eedfb..26d98fdd 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -70,7 +70,7 @@ math: * :(far fa-sticky-note fa-fw): Extended Markdown syntax for **ruby annotation** * :(fas fa-percentage fa-fw): Extended Markdown syntax for **fraction** * :(fas fa-square-root-alt fa-fw): **Mathematical formula** supported by [$\KaTeX$](https://katex.org/) -* :(fas fa-project-diagram fa-fw): **Diagrams** shortcode supported by [mermaid](https://github.com/knsv/mermaid) +* :(fas fa-project-diagram fa-fw): **Diagrams** shortcode supported by [mermaid](https://github.com/mermaid-js/mermaid) * :(fas fa-chart-pie fa-fw): **Interactive data visualization** shortcode supported by [ECharts](https://echarts.apache.org/) * :(fas fa-map-marked-alt fa-fw): **Mapbox** shortcode supported by [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * :(fas fa-music fa-fw): **Music player** shortcode supported by [APlayer](https://github.com/MoePlayer/APlayer) and [MetingJS](https://github.com/metowolf/MetingJS) @@ -110,7 +110,7 @@ Thanks to the authors of following resources included in the theme: * [Sharer.js](https://github.com/ellisonleao/sharer.js) * [TypeIt](https://typeitjs.com/) * [$\KaTeX$](https://katex.org/) -* [mermaid](https://github.com/knsv/mermaid) +* [mermaid](https://github.com/mermaid-js/mermaid) * [ECharts](https://echarts.apache.org/) * [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * [APlayer](https://github.com/MoePlayer/APlayer) diff --git a/exampleSite/content/about/index.zh-cn.md b/exampleSite/content/about/index.zh-cn.md index 6b27ef00..85d3cfa1 100644 --- a/exampleSite/content/about/index.zh-cn.md +++ b/exampleSite/content/about/index.zh-cn.md @@ -70,7 +70,7 @@ math: * :(far fa-sticky-note fa-fw): 支持**上标注释**的扩展 Markdown 语法 * :(fas fa-percentage fa-fw): 支持**分数**的扩展 Markdown 语法 * :(fas fa-square-root-alt fa-fw): 支持基于 [$\KaTeX$](https://katex.org/) 的**数学公式** -* :(fas fa-project-diagram fa-fw): 支持基于 [mermaid](https://github.com/knsv/mermaid) 的**图表** shortcode +* :(fas fa-project-diagram fa-fw): 支持基于 [mermaid](https://github.com/mermaid-js/mermaid) 的**图表** shortcode * :(fas fa-chart-pie fa-fw): 支持基于 [ECharts](https://echarts.apache.org/) 的**交互式数据可视化** shortcode * :(fas fa-map-marked-alt fa-fw): 支持基于 [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) 的 **Mapbox** shortcode * :(fas fa-music fa-fw): 支持基于 [APlayer](https://github.com/MoePlayer/APlayer) 和 [MetingJS](https://github.com/metowolf/MetingJS) 的**音乐播放器** shortcode @@ -110,7 +110,7 @@ LoveIt 主题中用到了以下项目,感谢它们的作者: * [Sharer.js](https://github.com/ellisonleao/sharer.js) * [TypeIt](https://typeitjs.com/) * [$\KaTeX$](https://katex.org/) -* [mermaid](https://github.com/knsv/mermaid) +* [mermaid](https://github.com/mermaid-js/mermaid) * [ECharts](https://echarts.apache.org/) * [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) * [APlayer](https://github.com/MoePlayer/APlayer)