RevealTheme logo

Markdown→HTML

MarkdownのテキストをHTMLに変換します。CommonMarkに加え、GitHubスタイルの拡張(テーブル、取り消し線、タスクリスト)に対応しています。

Hello

This is bold and italic.

<p><h1>Hello</h1></p><p>This is <strong>bold</strong> and <em>italic</em>.</p>

このツールの使い方

  1. 1

    Type or paste your Markdown into the input on the left.

  2. 2

    Watch the rendered preview and the generated HTML update live.

  3. 3

    Copy the HTML to drop into a web page, CMS field, or email template.

Markdown→HTMLとは何ですか?

Markdownは最も普及している軽量マークアップ言語で、GitHubのREADME、Stack Overflow、Discord、そしてほとんどのブログプラットフォームで使われています。MarkdownをHTMLに変換する処理は、ほぼすべての静的サイトジェネレーターでビルドステップの一部となっています。このツールは、CommonMark準拠のパーサーにGitHubスタイルの拡張を加えたものを使用しています。

よくある活用例

  • Turn a heading-and-paragraph draft into HTML for a CMS field that only accepts an HTML body.

  • Convert simple notes or documentation written in Markdown into HTML for an email or knowledge base.

  • Preview exactly what HTML your basic Markdown produces before pasting it into a page.

  • Generate quick HTML snippets from Markdown you wrote in your editor.

  • Teach or debug Markdown by seeing the precise tags each piece of syntax emits.

  • Produce clean inline HTML for a landing-page section without hand-writing the tags.

よくある質問

どのMarkdownのバリアントに対応していますか?
CommonMarkに加えてGFMの拡張(テーブル、取り消し線、タスクリスト、オートリンク)に対応しています。
出力はサニタイズされますか?
いいえ。Markdown内の生のHTMLはそのまま通過します。ユーザーのコンテンツをレンダリングする前にサニタイズしてください。

関連ツール