ntones apps
|
リクエスト

シンプルHTML→Markdown変換Simple HTML to Markdown

シンプルなHTMLをMarkdownにリアルタイム変換。Backlog・Redmineへの貼り付けに便利。Convert simple HTML to Markdown in real time. Handy for Backlog, Redmine, and similar tools.

ブラウザ完結(サーバー非送信)Browser-only (no server upload)

HTML

使い方・ユースケース How to Use & Use Cases

左ペインにHTMLを貼り付けると、右ペインにMarkdownがリアルタイムで生成されます。プレビュータブで見た目も確認でき、「コピー」で結果を取り出せます。変換はブラウザ内で完結します。 Paste HTML in the left panel to get Markdown on the right in real time. Check the Preview tab and copy the result—all conversion happens in your browser.

WebページやメールのHTMLをBacklog・Redmineの課題に貼りたいとき、CMSから書き出したHTMLをMarkdown記事に直したいとき、シンプルな文書HTMLをドキュメント用Markdownに変換したいときなどに便利です。 Useful for pasting web or email HTML into Backlog or Redmine issues, turning CMS HTML into Markdown articles, or converting simple document HTML for docs workflows.

よくある質問FAQ

どのHTMLタグに対応していますか?What HTML tags are supported?

見出し(h1〜h6)、段落(p)、リスト(ul/ol/li)、リンク(a)、強調(strong/em)、コード(code/pre)、表(table)、水平線(hr)など、一般的な文書向けタグに対応しています。GFM向けの打ち消し線や表の変換も行います。Common document tags: headings (h1–h6), paragraphs, lists, links, emphasis, code blocks, tables, horizontal rules, and more. Strikethrough and tables are converted for GFM-style Markdown.

複雑なHTMLやCSSクラス付きのHTMLも変換できますか?Can I convert complex HTML with CSS classes?

divやspanに大量のclass/styleが付いたレイアウトHTMLは、意図どおりにMarkdownへ戻せない場合があります。本ツールはBacklog・Redmine向けに、比較的シンプルなHTMLの変換を想定しています。Layout-heavy HTML with many div/span classes or inline styles may not convert cleanly. This tool targets relatively simple HTML for issue trackers like Backlog and Redmine.

ファイルはサーバーに送られますか?Are files sent to a server?

送られません。変換はすべてブラウザ内で処理されます。No. All conversion happens in your browser on your device.

変換結果をコピーできますか?Can I copy the converted Markdown?

はい。右ペイン上部の「コピー」ボタンで生成されたMarkdownをクリップボードにコピーできます。Yes. Click the Copy button above the Markdown panel.

scriptタグなど危険なHTMLを貼り付けても安全ですか?Is it safe to paste HTML with scripts?

安全です。変換前にDOMPurifyでHTMLを無害化(サニタイズ)し、scriptタグやイベントハンドラなどは取り除いてから変換します。Yes. Input is sanitized with DOMPurify before conversion; scripts and event handlers are removed.

Markdown→HTMLに戻すと元と同じになりますか?Will converting back to HTML restore the original?

必ずしも同じにはなりません。HTML→Markdownは情報が簡略化されるため、変換は不可逆です。必要に応じて「Markdown→HTML変換」ツールと併用してください。Not always. HTML-to-Markdown loses some detail, so conversion is not fully reversible. Use the Markdown to HTML tool when needed.

モバイルでも使えますか?Can I use this on mobile?

使えます。スマートフォンでは「HTML」「プレビュー」「Markdown」のタブで切り替えて確認できます。Yes. On smartphones, switch between HTML, Preview, and Markdown tabs.

ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.

関連ツールRelated Tools