Fix typos

This commit is contained in:
Andreas Deininger
2023-12-21 20:50:25 +01:00
parent fafe84e58f
commit 276bf0517f

View File

@@ -67,7 +67,7 @@ summary: "The summary content"
### Approach 2: use `<!--more-->`
Use `<!--more-->` to seperate content that will display in the posts page as abstraction and the rest of the content. This is different from summary, as summary will not appear in the post.
Use `<!--more-->` to separate content that will display in the posts page as abstraction and the rest of the content. This is different from summary, as summary will not appear in the post.
```
---
title: "title"
@@ -111,7 +111,7 @@ enableGitalk = true
distractionFreeMode = false
```
## Support LaTex
## Support LaTeX
In you post add `math: true` to [front matter](https://gohugo.io/content-management/front-matter/)
@@ -121,7 +121,7 @@ katex: math
---
```
Then the [katex script](https://katex.org/docs/autorender.html) will auto render the string enclosed be delimiters.
Then the [katex script](https://katex.org/docs/autorender.html) will auto render the string enclosed by delimiters.
```
# replace ... with latex formula