Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ npm i hexo-renderer-markdown-it-plus --save

安装插件后,如果未正常渲染LaTeX数学公式,在博客配置文件`_config.yml`中添加

```
```yml
markdown_it_plus:
highlight: true
html: true
Expand All @@ -374,7 +374,7 @@ markdown_it_plus:

### 文章启用mathjax

```
```yml
title: Hello World
mathjax: true
```
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ npm i hexo-renderer-markdown-it-plus --save

You can configure this plugin in `_config.yml`.

```
```yml
markdown_it_plus:
highlight: true
html: true
Expand All @@ -177,7 +177,7 @@ markdown_it_plus:

Article enable mathjax

```
```yml
title: Hello World
mathjax: true
```
Expand Down