Skip to content

Commit dd77465

Browse files
committed
chore: docs for 0.2.11 release
1 parent 3bd2527 commit dd77465

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

exampleSite/content/posts/theme-documentation-basics/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ Please open the code block below to view the complete sample configuration :(far
437437
# {{< version 0.2.0 changed >}} {{< link "https://katex.org/" KaTeX >}} mathematical formulas
438438
[params.page.math]
439439
enable = true
440-
# default inline delimiter is $ ... $ and \( ... \)
440+
# {{< version 0.2.11 changed >}} default inline delimiter is $ ... $ and \( ... \)
441441
inlineLeftDelimiter = ""
442442
inlineRightDelimiter = ""
443-
# default block delimiter is $$ ... $$, \[ ... \], \begin{equation} ... \end{equation} and some other functions
443+
# {{< version 0.2.11 changed >}} default block delimiter is $$ ... $$, \[ ... \], \begin{equation} ... \end{equation} and some other functions
444444
blockLeftDelimiter = ""
445445
blockRightDelimiter = ""
446446
# KaTeX extension copy_tex

exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,10 @@ hugo
445445
# {{< version 0.2.0 changed >}} {{< link "https://katex.org/" KaTeX >}} 数学公式
446446
[params.page.math]
447447
enable = true
448-
# 默认行内定界符是 $ ... $ 和 \( ... \)
448+
# {{< version 0.2.11 changed >}} 默认行内定界符是 $ ... $ 和 \( ... \)
449449
inlineLeftDelimiter = ""
450450
inlineRightDelimiter = ""
451-
# 默认块定界符是 $$ ... $$, \[ ... \], \begin{equation} ... \end{equation} 和一些其它的函数
451+
# {{< version 0.2.11 changed >}} 默认块定界符是 $$ ... $$, \[ ... \], \begin{equation} ... \end{equation} 和一些其它的函数
452452
blockLeftDelimiter = ""
453453
blockRightDelimiter = ""
454454
# KaTeX 插件 copy_tex

exampleSite/content/posts/theme-documentation-content/index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ This part is shown in the [emoji support page](../emoji-support/).
245245

246246
### Mathematical Formula
247247

248+
{{< version 0.2.11 changed >}}
249+
248250
**LoveIt** theme supports mathematical formulas based on [$\KaTeX$](https://katex.org/).
249251

250252
Set the property `enable = true` under `[params.math]` in your [site configuration](../theme-documentation-basics#site-configuration)

exampleSite/content/posts/theme-documentation-content/index.zh-cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ resources:
244244

245245
### 数学公式
246246

247+
{{< version 0.2.11 changed >}}
248+
247249
**LoveIt** 基于 [$\KaTeX$](https://katex.org/) 提供数学公式的支持.
248250

249251
在你的 [网站配置](../theme-documentation-basics#site-configuration) 中的 `[params.math]` 下面设置属性 `enable = true`,

exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ console.log('Hello LoveIt!');
345345

346346
## 12 raw
347347

348+
{{< version 0.2.11 >}}
349+
348350
`raw` is a shortcode to insert raw **:(fab fa-html5 fa-fw): HTML** content in your post.
349351
This is useful when you want to include some Markdown content to **avoid being rendered or escaped** by Hugo.
350352

exampleSite/content/posts/theme-documentation-extended-shortcodes/index.zh-cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ console.log('Hello LoveIt!');
346346

347347
## 12 raw
348348

349+
{{< version 0.2.11 >}}
350+
349351
`raw` shortcode 用来在你的文章中插入原始 **:(fab fa-html5 fa-fw): HTML** 内容.
350352

351353
一个 `raw` 示例:

exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ categories: ["documentation"]
1818
hiddenFromHomePage: true
1919
---
2020

21+
{{< version 0.2.11 changed >}}
22+
2123
The `mermaid` shortcode supports diagrams in Hugo with [Mermaid](https://mermaidjs.github.io/) library.
2224

2325
<!--more-->

exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.zh-cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ categories: ["documentation"]
1818
hiddenFromHomePage: true
1919
---
2020

21+
{{< version 0.2.11 changed >}}
22+
2123
`mermaid` shortcode 使用 [Mermaid](https://mermaidjs.github.io/) 库提供绘制图表和流程图的功能.
2224

2325
<!--more-->

0 commit comments

Comments
 (0)