Markdown 渲染測試
以下是一些基本的 Markdown 語法範例。
標題層級
H1
H2
H3
H4
H5
H6
圖片

Blockquotes 元素
表示引用比較多的文字,可以獨立一個區塊呈現。
Tiam, ad mint andaepu dandae nostion secatur sequo quae.
Note that you can use Markdown syntax within a blockquote.
表格
| Italics | Bold | Code |
|---|---|---|
| italics | bold | code |
程式碼區塊
可以使用三個反引號 ``` 另起一行,然後加入程式碼片段,並在新行末尾再次使用三個反引號。
如果要顯示特定語言的語法,可以在前三個反引號後寫上該語言名稱的一個單詞,例如 html, javascript, css, typescript, bash 等。
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
有序清單
- First item
- Second item
- Third item
無序清單
- List item
- Another item
- And another item
巢狀清單
- Fruit
- Apple
- Orange
- Banana
- Dairy
- Milk
- Cheese
其它元素 — abbr, sub, sup, kbd, mark
GIF is a bitmap image format.
H2O
Xn + Yn = Zn
Press CTRL + ALT + Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.