免費註冊,解鎖更多功能
將 Markdown 文字轉換為 HTML 格式,支援語法高亮和自訂樣式
<h1>標題</h1> <p>這是一段 <strong>粗體</strong> 和 <em>斜體</em> 文字。</p> <h2>列表</h2> <ul> <li>項目一</li> <li>項目二</li> <li>項目三</li> </ul> <h2>程式碼</h2> <pre><code class="hljs language-javascript"><span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">"Hello World"</span>);</code></pre><h2>表格</h2> <table> <thead> <tr> <th>欄位1</th> <th>欄位2</th> </tr> </thead> <tbody><tr> <td>資料1</td> <td>資料2</td> </tr> </tbody></table>
可以選擇輸出純 HTML 或包含內嵌 CSS 樣式的完整網頁。
是的,完整支援 GitHub Flavored Markdown(GFM)語法,包括表格、任務清單、刪除線等擴展語法。