+本文同时提供以下语言的翻译:English。
+
+diff --git a/source/_posts/en/Other-Plugins.md b/source/_posts/en/Other-Plugins.md index 42be548..06a55c1 100644 --- a/source/_posts/en/Other-Plugins.md +++ b/source/_posts/en/Other-Plugins.md @@ -53,7 +53,7 @@ plugins: Additionally, in order to use Justified Gallery, wrap your images with the `
\\`
包裹。
+同样地,你也可以使用MathJax支持的AsciiMath。
+公式需包裹在\\`
内。
{% codeblock AsciiMath-Example.md lang:markdown >folded %}
当\`a != 0\`,方程\`ax^2 + bx + c = 0\`有两个解,它们是\`x = (-b +- sqrt(b^2-4ac))/(2a)\`.
{% endcodeblock %} 有时你的\\(\TeX\\)语法会被错认为Markdown语法而导致公式渲染异常。 -请参照[KaTeX](#KaTeX)一节来解决此问题。 +请参照[KaTeX](#KaTeX)一节来查看解决方案。 **效果预览(\\(\TeX\\) & \\(\LaTeX\\))** @@ -334,7 +345,7 @@ A = **安装指南** -你可以开启浏览器升级提醒(Outdated Browser)来提醒使用老旧浏览器的网站访客升级浏览器。 +你可以使用浏览器升级提醒(Outdated Browser)插件来检测你的网站访客使用的老旧浏览器,并提醒他们升级浏览器。 若要启用此插件,请将主题配置中`plugins` > `outdated_browser`的值设置为`true`。 点击[此处](https://bestvpn.org/outdatedbrowser/en)即可预览插件开启效果。 @@ -348,14 +359,15 @@ plugins: **安装指南** -Icarus默认启用网页载入动画,若需禁止载入动画,请将`plugins` > `animejs`的值设置为`false`。 +Icarus默认启用网页载入动画。 +若需禁止载入动画,请在你的主题配置中将`plugins` > `animejs`设置为`false`。 {% codeblock themes/icarus/_config.yml lang:yaml %} plugins: animejs: false {% endcodeblock %} -另外,若需隐藏网页载入进度条,请将`plugins` > `progressbar`的值设置为`false`。 +另外,若需禁用网页载入进度条,请在你的主题配置中将`plugins` > `progressbar`设置为`false`。 {% codeblock themes/icarus/_config.yml lang:yaml %} plugins: @@ -363,6 +375,8 @@ plugins: {% endcodeblock %} -