diff --git a/src/content/posts/Markdown Style Guide-en.md b/src/content/posts/Markdown Style Guide-en.md
index 402d03d..d7608d0 100644
--- a/src/content/posts/Markdown Style Guide-en.md
+++ b/src/content/posts/Markdown Style Guide-en.md
@@ -1,14 +1,14 @@
---
title: Markdown Style Guide
published: 2025-03-08
-updated: 2025-03-20
+updated: 2025-03-23
tags: ["Guide"]
pin: 1
lang: en
abbrlink: markdown-style-guide
---
-Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
+Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Retypeset.
## Headings
@@ -42,7 +42,7 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
### Output
-
+
## Blockquotes
@@ -53,13 +53,13 @@ The blockquote element represents content that is quoted from another source, op
#### Syntax
```markdown
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use _Markdown syntax_ within a blockquote.
```
#### Output
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use _Markdown syntax_ within a blockquote.
### Blockquote with attribution
@@ -197,12 +197,12 @@ H2O
Xn + Yn = Zn
-GIF is a bitmap image format (hover for 2s).
+GIF is a bitmap image format.
+
+Good writers always check for speling mistakes.
Press CTRL + ALT + Delete to end the session.
-Students often make some speling mistakes (hover for 2s).
-
There is nothing no code either good or bad, but running it makes it so.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
@@ -216,7 +216,7 @@ Xn + Yn = Zn
GIF is a bitmap image format.
-Students often make some speling mistakes.
+Good writers always check for speling mistakes.
Press CTRL + ALT + Delete to end the session.
diff --git a/src/content/posts/Markdown Style Guide-zh.md b/src/content/posts/Markdown Style Guide-zh.md
new file mode 100644
index 0000000..2303e1c
--- /dev/null
+++ b/src/content/posts/Markdown Style Guide-zh.md
@@ -0,0 +1,242 @@
+---
+title: Markdown 样式指南
+published: 2025-03-08
+updated: 2025-03-23
+tags: ["指南"]
+pin: 1
+lang: zh
+abbrlink: markdown-style-guide
+---
+
+本文是在 Retypeset 中编写 Markdown 内容时可用的一些基础语法示例。
+
+## 标题
+
+HTML 的 `
测试
+ + +``` +```` + +### 效果 + +```html + + + + +测试
+ + +``` + +## 列表 + +### 有序列表 + +#### 语法 + +```markdown +1. 第一项 +2. 第二项 +3. 第三项 +``` + +#### 效果 + +1. 第一项 +2. 第二项 +3. 第三项 + +### 无序列表 + +#### 语法 + +```markdown +- 列表项 +- 另一项 +- 更多项 +``` + +#### 效果 + +- 列表项 +- 另一项 +- 更多项 + +### 嵌套列表 + +#### 语法 + +```markdown +- 水果 + - 苹果 + - 橙子 + - 香蕉 +- 蔬菜 + - 青菜 + - 萝卜 +``` + +#### 效果 + +- 水果 + - 苹果 + - 橙子 + - 香蕉 +- 蔬菜 + - 青菜 + - 萝卜 + +## 其他元素 + +### 语法 + +```markdown +H2O + +Xn + Yn = Zn + +GIF 是一种位图图像格式。 + +书籍是人类进步的