Markdown-editor (livevoorbeeld)
Schrijf Markdown aan de linkerzijde, zie gerenderde HTML aan de rechterzijde — kopieer of download beide zijden.
Snel antwoord: Markdown-editor (livevoorbeeld): schrijf Markdown links, bekijk gerenderde HTML rechts — kopieer of sla beide zijden op. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
Writing in Markdown with a live preview beside you closes the feedback loop that makes the format pleasant: you type plain text on the left, watch the rendered HTML update on the right, and catch a mangled list or an unbalanced code fence the instant it happens rather than after you paste it into GitHub. This editor renders GitHub-Flavored Markdown via the marked parser, so tables, task lists, fenced code blocks and automatic linking all behave the way they will in a real repository.
The value of GFM specifically is compatibility — what you preview here matches GitHub, GitLab, most static-site generators and note apps like Obsidian. Two habits keep documents portable: leave a blank line before and after block elements like lists and code fences, since parsers are strict about that separation, and specify a language after the opening fence (```js) so code gets proper syntax highlighting wherever it lands.
Everything runs locally, so nothing you draft is uploaded, and the Download .md button saves your work as a plain text file you fully own — there is no cloud sync, which is a feature if you are drafting something sensitive. For the two constructs that are tedious to hand-write, jump to the table generator or the cheatsheet, and when the draft is done, turn it into a shareable document with Markdown to PDF.
Veelgestelde vragen
- Is de Markdown-editor gratis?
- Ja — gratis zonder registratie.
- Welke variant van Markdown?
- GitHub-variant Markdown (GFM): tabellen, takenlijsten, afgebakende code, autolinks.
- Worden mijn concepten geüpload?
- Nee — alles draait in je browser.
- Kan ik mijn concept opslaan?
- Gebruik de Download .md knop om lokaal op te slaan; we synchroniseren geen concepten tussen apparaten.
- Ondersteunt het extensies?
- Alleen standaard GFM. Voor diagrammen, voeg een afbeelding in of gebruik Mermaid in je GitHub README direct.