Markdown Editor & Generator
Live-Vorschau, GitHub Flavored Markdown, Vorlagen für README / API-Docs / Changelog. Lokales Auto-Speichern. Exportieren als .md oder eigenständiges .html.
Editor
Vorschau
Automatisch gespeichertA 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
Integriertes Inhaltsverzeichnis
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-Hervorhebung ohne Ballast
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.
Vorlagen zum Starten
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.
Zwei Exportformate
- .md — your raw Markdown source.
- .html — a self-contained HTML file with embedded CSS, Lesezeity to drop into any web server or send by email. Looks clean on its own.
Sichere HTML-Ausgabe
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.
Automatisches Speichern
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.)
Tastaturkürzel
- Cmd/Ctrl + B — wrap selection in bold
- Cmd/Ctrl + I — wrap selection in italic
- Cmd/Ctrl + K — insert a link (prompt for URL)
Datenschutz
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.
Häufige Anwendungsfälle
- 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.
Häufig gestellte Fragen
- Wie funktioniert dieser Markdown-Editor?
- Geben Sie Markdown im linken Editor-Bereich ein oder fügen Sie es ein und sehen Sie eine live gerenderte Vorschau auf der rechten Seite. Der Parser (marked v12) unterstützt GitHub Flavored Markdown einschließlich Tabellen, Aufgabenlisten und eingezäunten Codeblöcken. Alles läuft vollständig in Ihrem Browser ohne Serververarbeitung.
- Lädt dieses Tool meinen Inhalt auf einen Server hoch?
- Nein. Alles Parsen, Rendern und Speichern erfolgt vollständig in Ihrem Browser-Tab. Ihr Text wird nur auf Ihrem Gerät im localStorage automatisch gespeichert. Die einzigen Netzwerkanfragen sind das einmalige Laden der marked- und DOMPurify-Bibliotheken vom CDN.
- Welche Exportformate sind verfügbar?
- Sie können als rohe .md-Datei (Ihre Markdown-Quelle) oder als eigenständige .html-Datei mit eingebettetem CSS exportieren, die auf jedem Webserver oder in E-Mails gut aussieht. Sie können das gerenderte HTML auch direkt in Ihre Zwischenablage kopieren.
- Was sind gängige Anwendungsfälle für diesen Markdown-Generator?
- Häufige Anwendungen umfassen das Verfassen von GitHub-READMEs, das Schreiben interner Dokumentation mit Export als eigenständige HTML-Datei, das Formatieren von Slack-Beiträgen oder Forum-Antworten, das Konvertieren von Klartext-Notizen in gerenderte Dokumente und das Üben der Markdown-Syntax mit sofortigem Feedback.
- Ist dieser Markdown-Editor wirklich kostenlos?
- Ja, völlig kostenlos ohne Einschränkungen. Es gibt keine Anmeldung, kein Wortlimit, kein Nutzungslimit und keine Premium-Stufe. Vorlagen, Auto-Speichern, Export und alle Funktionen sind kostenlos enthalten. Das Tool ist nur werbefinanziert.