🎨 Code cleanup

This commit is contained in:
James Panther
2024-04-30 15:18:38 +10:00
parent afc163d812
commit 62a8c979b1
16 changed files with 61 additions and 56 deletions
@@ -56,22 +56,22 @@ tags: ["markdown", "css", "html", "sample"]
表格不属于核心Markdown规范,但Hugo原生支持它们,无需额外配置。
| 名前 | 年齢 |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |
| ----- | ---- |
| Bob | 27 |
| Alice | 23 |
### 表格内的行内Markdown
| 斜体 | 粗体 | 代码 |
| --------- | -------- | ------ |
| _斜体_ | **粗体** | `代码` |
| 斜体 | 粗体 | 代码 |
| ------ | -------- | ------ |
| _斜体_ | **粗体** | `代码` |
## 代码块
### 使用反引号的代码块
```html
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />