ToolNext
HTMLからMarkdownへのコンバーター
HTMLコードをMarkdownドキュメントに変換
收藏
tools.html-to-markdown.inputLabel
クリア
<h1>欢迎使用 HTML 转 Markdown 工具</h1> <p>这是一段普通段落,包含 <strong>粗体文字</strong> 和 <em>斜体文字</em> 以及 <code>行内代码</code>。</p> <h2>主要功能</h2> <ul> <li>支持标题转换 (h1-h6)</li> <li>支持列表(有序和无序)</li> <li>支持链接和图片</li> </ul> <h2>代码示例</h2> <pre><code>function hello() { console.log("Hello, World!"); }</code></pre> <blockquote>这是一段引用文字。</blockquote> <p>访问 <a href="https://example.com">示例网站</a> 了解更多。</p> <table> <tr><th>名称</th><th>价格</th></tr> <tr><td>苹果</td><td>¥3.5</td></tr> <tr><td>香蕉</td><td>¥2.0</td></tr> </table>
tools.html-to-markdown.convertBtn
tools.html-to-markdown.outputLabel
工具说明
HTMLタグをMarkdown構文に変換するオンラインツール。Webページからスクレイピングしたコンテンツを構造化ドキュメントに整理するのに最適。
html
markdown
转换
convert
文档