Markdown → HTML

Markdown をサニタイズされた HTML に変換してプレビュー表示。手順:CommonMark をパース、不要タグを除去、コードブロック/リスト/リンクをレンダリング。例:ブログ記事の Markdown を公開可能な HTML に変換。

何ですか:MarkdownをサニタイズされたHTMLに変換し、プレビューとエクスポートオプションを提供します。ブログ投稿、ドキュメント、共有用レンダリングコンテンツの準備に役立ちます。利用シーン:執筆、クイックプレビュー、静的HTMLエクスポートの生成。

Frequently asked questions

Is the HTML sanitized?

Yes. Markdown is rendered and sanitized so common unsafe scripts are stripped before preview or export.

Can I download a full HTML document?

Use the full-document option to wrap the rendered HTML with a basic template for offline sharing.

Which Markdown features are supported?

CommonMark basics: headings, lists, links, emphasis, and fenced code blocks.