ntones apps
|
リクエスト

Markdown→HTML変換Markdown to HTML

MarkdownをHTMLにリアルタイム変換。左に入力・右にプレビューとHTMLを同時表示。Convert Markdown to HTML in real time. Input on the left, preview and HTML on the right.

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

Markdown

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

左ペインにMarkdownを入力すると、プレビューとHTML出力がリアルタイムで更新されます。タブで表示を切り替え、HTMLペインの「コピー」で生成コードを取り出せます。処理はブラウザ内で完結します。 Type Markdown in the left panel to update the preview and HTML output in real time. Switch tabs to review, then copy the generated HTML—all in your browser.

READMEやブログ記事のMarkdownをHTMLに変換してCMSに貼りたいとき、メール配信用のHTMLを素早く確認したいとき、Markdown記法の見え方をプレビューしながら執筆したいときなどに使えます。 Handy for converting README or blog Markdown to HTML for a CMS, checking email-ready HTML quickly, or writing while previewing Markdown rendering.

よくある質問FAQ

どのMarkdown記法に対応していますか?What Markdown syntax is supported?

見出し(#〜######)、太字(**)、斜体(*)、リスト(- / 1.)、コードブロック(```)、インラインコード(`)、リンク([text](url))、画像(![alt](url))、水平線(---)、表(|)に対応しています。Headings, bold, italic, lists, code blocks, inline code, links, images, horizontal rules, and tables.

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

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

HTMLをそのままコピーできますか?Can I copy the generated HTML?

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

生成されたHTMLにスタイルは含まれますか?Does the generated HTML include styles?

含まれません。HTMLの構造タグ(h1・p・ul・tableなど)のみが生成されます。見た目を整えるにはCSSを別途用意するか、プレビュー表示をそのまま参考にしてください。No. Only structural HTML tags are generated (h1, p, ul, table, etc.). Add your own CSS for styling.

スクリプトや危険なHTMLが含まれているMarkdownを変換しても安全ですか?Is it safe to convert Markdown with scripts or dangerous HTML?

安全です。変換後のHTMLはDOMPurifyというライブラリで無害化(サニタイズ)処理を行っており、scriptタグやイベントハンドラなどの危険なコードは自動的に取り除かれます。Yes. The output is sanitized by DOMPurify, which automatically removes script tags and event handlers.

GitHub Flavored Markdown(GFM)と同じ記法が使えますか?Is GitHub Flavored Markdown (GFM) supported?

主要な記法(表・コードブロック・打ち消し線など)は概ね対応しています。ただしタスクリスト(- [ ] / - [x])やメンション(@username)などGFM固有の拡張記法は一部対応していない場合があります。Most major GFM syntax is supported. Task lists and some extensions may not be fully supported.

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

使えます。スマートフォンでは「入力」「プレビュー」「HTML」のタブで切り替えて確認できます。Yes. On smartphones, switch between Input, Preview, and HTML 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