# ## ### Live Markdown Editor

Markdown Editor & Generator

ライブプレビュー、GitHub Flavored Markdown、README / APIドキュメント / Changelogのテンプレート。 ローカル自動保存。.mdまたはスタンドアロン.htmlとしてエクスポート。

エディター

0 単語 · 0 文字 · 1 min 読書

プレビュー

自動保存済み

A complete Markdown workbench in your browser

Whether you're writing a README, an API reference, a changelog, a blog post or just notes, this editor gives you live preview, sensible defaults, and the export options you actually need — all running locally, no signup, no upload.

GitHub Flavored Markdown (GFM)

The parser is marked v12, the same engine that powers many static-site generators and code editors. It supports the GFM features developers expect:

組み込みの目次

Insert [[toc]] anywhere in your document and we'll generate a navigable list of all H2/H3/H4 headings. Useful for long READMEs and reference docs.

軽量コードハイライト

Code blocks are syntax-highlighted with a minimal in-house engine that recognizes strings, comments, numbers and common keywords across JavaScript, Python, Go, Rust, SQL and shell. It's not as fancy as Prism or highlight.js but it adds under 1 KB instead of 80-200 KB. For most documentation purposes the difference is invisible.

開始用テンプレート

Pick one from the dropdown to instantly bootstrap:

2つのエクスポート形式

セーフHTML出力

Markdown allows inline HTML, which means a malicious Markdown source could inject scripts or unsafe URLs (javascript:, etc.) into the HTML output. We sanitize everything with DOMPurify, the same library used by Gmail, ProseMirror and many other products. You can safely copy the HTML output and paste it into a CMS, blog or email without worrying about XSS.

自動保存

Your draft is saved to your browser's localStorage every 2 seconds. Close the tab, come back tomorrow — your text will still be there. (It's local only — never uploaded.)

キーボードショートカット

プライバシー

Everything runs in your browser tab — markdown parsing, sanitization, rendering, saving. We don't upload your content, log your usage, or run analytics on what you type. The only network requests this page makes are the one-time CDN loads of marked and DOMPurify.

よくある使用例

よくある質問

このMarkdownエディターはどのように機能しますか?
左のエディターペインでMarkdownを入力または貼り付けると、右にライブレンダリングされたプレビューが表示されます。パーサー(marked v12)はテーブル、タスクリスト、フェンスコードブロックを含むGitHub Flavored Markdownに対応しています。すべてサーバー処理なしでブラウザ内で完全に実行されます。
このツールはコンテンツをサーバーにアップロードしますか?
いいえ。すべての解析、レンダリング、保存はブラウザタブ内で完全に行われます。テキストはデバイスのlocalStorageにのみ自動保存されます。唯一のネットワークリクエストはmarkedとDOMPurifyライブラリの一回限りのCDN読み込みです。
どのエクスポート形式がありますか?
生の.mdファイル(Markdownソース)または埋め込みCSS付きの自己完結型.htmlファイルとしてエクスポートできます。レンダリングされたHTMLをクリップボードに直接コピーすることもできます。
このMarkdownジェネレーターの一般的な使用例は何ですか?
GitHub READMEの下書き、スタンドアロンHTMLにエクスポートする社内ドキュメントの作成、Slack投稿やフォーラム返信のフォーマット、プレーンテキストノートのレンダリングドキュメントへの変換、即座のフィードバックでのMarkdown構文練習に使用されます。
このMarkdownエディターは本当に無料ですか?
はい、制限なしで完全に無料です。サインアップ、文字制限、使用上限、プレミアムティアはありません。テンプレート、自動保存、エクスポート、すべての機能が無料で含まれています。このツールは広告サポートのみです。

関連ツール