Markdown Editor & Generator
ライブプレビュー、GitHub Flavored Markdown、README / APIドキュメント / Changelogのテンプレート。 ローカル自動保存。.mdまたはスタンドアロン.htmlとしてエクスポート。
エディター
プレビュー
自動保存済み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:
- Tables with
| col1 | col2 |syntax - Task lists with
- [ ]and- [x] - Strikethrough with
~~text~~ - Fenced code blocks with
```language - Autolinked URLs and emails
組み込みの目次
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:
- README — features, install, usage, API, contributing, license.
- API Reference — endpoints, auth, error codes, example requests/responses.
- Changelog — Keep-a-Changelog format with Added/Changed/Fixed/Deprecated sections.
- Blog post — hook → problem → attempt → breakthrough → solution → lessons.
2つのエクスポート形式
- .md — your raw Markdown source.
- .html — a self-contained HTML file with embedded CSS, 読書y to drop into any web server or send by email. Looks clean on its own.
セーフ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.)
キーボードショートカット
- Cmd/Ctrl + B — wrap selection in bold
- Cmd/Ctrl + I — wrap selection in italic
- Cmd/Ctrl + K — insert a link (prompt for URL)
プライバシー
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.
よくある使用例
- Draft a GitHub README and paste it in directly.
- Write internal documentation that exports to a standalone HTML email.
- Quick-format a Slack post or forum reply.
- Convert old plain-text notes into beautifully rendered docs.
- Practice Markdown syntax with instant feedback.
よくある質問
- このMarkdownエディターはどのように機能しますか?
- 左のエディターペインでMarkdownを入力または貼り付けると、右にライブレンダリングされたプレビューが表示されます。パーサー(marked v12)はテーブル、タスクリスト、フェンスコードブロックを含むGitHub Flavored Markdownに対応しています。すべてサーバー処理なしでブラウザ内で完全に実行されます。
- このツールはコンテンツをサーバーにアップロードしますか?
- いいえ。すべての解析、レンダリング、保存はブラウザタブ内で完全に行われます。テキストはデバイスのlocalStorageにのみ自動保存されます。唯一のネットワークリクエストはmarkedとDOMPurifyライブラリの一回限りのCDN読み込みです。
- どのエクスポート形式がありますか?
- 生の.mdファイル(Markdownソース)または埋め込みCSS付きの自己完結型.htmlファイルとしてエクスポートできます。レンダリングされたHTMLをクリップボードに直接コピーすることもできます。
- このMarkdownジェネレーターの一般的な使用例は何ですか?
- GitHub READMEの下書き、スタンドアロンHTMLにエクスポートする社内ドキュメントの作成、Slack投稿やフォーラム返信のフォーマット、プレーンテキストノートのレンダリングドキュメントへの変換、即座のフィードバックでのMarkdown構文練習に使用されます。
- このMarkdownエディターは本当に無料ですか?
- はい、制限なしで完全に無料です。サインアップ、文字制限、使用上限、プレミアムティアはありません。テンプレート、自動保存、エクスポート、すべての機能が無料で含まれています。このツールは広告サポートのみです。