Nuxt Content Markdown 樣式
日期:2024-02-06T00:00:00.000Z
Heading
主標題 (H1)
副標題 (H2)
H1
H2
H3
H4
H5
H6
Paragraph
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quote
一級引用
二級引用
三級引用
Emphasis
- 粗體
- 斜體
- 粗斜體
刪除線
Links
超連結文字
https://www.markdownguide.org
fake@example.com
Lists
Ordered Lists
- First
- Second
- Third
- Part 1
- Part 2
Unordered Lists
- Item A
- Item B
- Item C
- Part 1
- Part 2
Task Lists
- Done
- Not yet
Code
Inline Code
Inline Code
Block Code
<script lang="ts" setup>
const greet = ref<string>('Hello, world!');
</script>
Tables
表格
表頭1 | 表頭2 | 表頭3 |
---|---|---|
Good | Excellent | Bad |
Good | Excellent | Bad |
表格(指定對齊方式)
表頭1 | 表頭2 | 表頭3 |
---|---|---|
靠左對齊 | 置中對齊 | 靠右對齊 |
靠左對齊 | 置中對齊 | 靠右對齊 |
Emojis
😊 😃 😂
👍 👌 ✌
⛺
Footnotes
Components
Callout block
Type: note
請輸入筆記內容
Type: warning
請輸入提醒內容