This article exists to check the rendering of each block type. It has paragraphs, inline formatting, lists, a quote, code, an image, a table, and a footnote. The source is a plain Markdown file with YAML frontmatter.
這篇文章用來檢查每一種 block 的渲染結果。它包含段落、行內格式、列表、引用、 程式碼、圖片、表格與註腳。來源是一個帶 YAML frontmatter 的純 Markdown 檔。
Inline formatting: bold, italic, code, strikethrough, and a
link to the Fumapress documentation. Here is a
footnote reference.1
行內格式:粗體、斜體、程式碼、刪除線,以及一個
指向 Fumapress 文件的連結。這裡有一個註腳參照。1
An unordered list:
- The first item.
- The second item, with a nested list:
- A nested item.
- Another nested item.
- The third item.
一個無序列表:
- 第一項。
- 第二項,帶一個巢狀列表:
- 巢狀項目。
- 另一個巢狀項目。
- 第三項。
An ordered list:
- Fetch the article.
- Translate each paragraph.
- Commit the result.
一個有序列表:
- 抓取文章。
- 逐段翻譯。
- 提交結果。
Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke
任何足夠先進的科技,皆與魔法無異。
Arthur C. Clarke
An inline command is bun run build. A fenced block with a language:
行內指令如 bun run build。帶語言標記的程式碼區塊:
import { defineConfig } from "fumapress";
export default defineConfig({
site: { name: "Lazy Reader" },
});A fenced block without a language:
沒有語言標記的程式碼區塊:
plain text
with indentation| Block | Markdown syntax | Translated? |
|---|---|---|
| Paragraph | plain text | yes |
| Code | triple backticks | no |
| Image |  | alt text only |
| Table | pipes and dashes | cell by cell |
| Block | Markdown 語法 | 翻譯嗎 |
|---|---|---|
| 段落 | 純文字 | 翻 |
| 程式碼 | 三個反引號 | 不翻 |
| 圖片 |  | 只翻替代文字 |
| 表格 | 直線與橫線 | 逐格翻 |
Text under a level three heading.
第三層標題下的文字。
Text under a level four heading.
第四層標題下的文字。