Markdown 預覽器

即時預覽 Markdown,支援同步目錄、HTML 淨化切換、匯出獨立 HTML,以及簡潔/深色預覽主題。

Markdown 原始內容
在這裡撰寫、貼上或匯入 Markdown。預覽會即時更新,內容始終留在你的瀏覽器中。
即時預覽
檢查渲染結果、瀏覽文件目錄,並匯出可獨立分享的 HTML 快照。
字詞87標題5連結0圖片0閱讀時間1

Product launch checklist

Launch notes for the next release stay in Markdown until the draft is ready to publish.

Highlights

  • Faster onboarding flow
  • New keyboard shortcuts
  • Print-friendly HTML export

Release plan

Milestone Owner Status
Draft copy Content Done
QA preview Product In review
Publish docs Marketing Pending

Snippet

export function greet(name: string) {
  return `Hello, ${name}!`
}

Follow-up

  1. Publish the README
  2. Share the changelog
  3. Print a copy for review

Markdown is easiest to proof when you can see the structure and the rendered result at the same time.

這個工具能做什麼

Markdown 預覽器會在你的瀏覽器中本地渲染 Markdown,方便你在發布前檢查標題層級、清單、表格、程式碼區塊、連結以及內嵌 HTML。這個 rewrite 版本把編輯與審閱放得更近,補上了即時目錄,也支援匯出獨立 HTML,便於分享或列印,同時不需要把草稿送到伺服器。

什麼時候適合用它

它適合處理 README、版本更新說明、內部文件、操作手冊、部落格草稿,以及任何需要快速確認呈現效果的 Markdown 內容。淨化開關可以幫助你對比更安全的瀏覽器預覽與原始 HTML 輸出,而簡潔與深色兩種主題則更方便分別檢查清爽預覽與暗色閱讀場景。

工作流程建議

編輯時在原始內容面板輸入,即時預覽會同步呈現渲染結果;檢查節奏、留白與標題結構時,用目錄快速定位。你可以直接匯入現有的 .md 檔案,先載入範例文件測試表格與圍欄程式碼區塊,再在目錄結構與最終標題都確認無誤後匯出 HTML。