HTML naar Markdown (Bestand)
Converteer een HTML-pagina naar een downloadbaar Markdown (.md) bestand.
Snel antwoord: HTML naar Markdown (Bestand): zet een HTML-pagina om naar een Markdown-bestand (.md) dat je kunt downloaden. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
Converting HTML back into Markdown is the natural move when you are migrating content out of a CMS, an old blog engine or a rich-text editor into a Git-based docs workflow. This tool uses Turndown with documentation-friendly defaults — ATX-style headings (the # form) and fenced code blocks — and hands you a downloadable .md file rather than just on-screen text, which is what you want when the output is destined for a repository.
Round-tripping is never perfectly lossless, and it helps to know why. HTML can express things Markdown simply cannot: colored spans, arbitrary inline styles, merged table cells, definition lists and nested layout. When Turndown meets a construct with no Markdown equivalent it keeps the raw HTML inline, so do not be surprised to see the occasional <div> or <table> survive the conversion — that is correct behavior, not a bug.
Images are rewritten to  syntax that still points at the original URLs; the picture files themselves are not fetched or bundled, so if you are moving a site you will need to migrate the assets separately. For quick paste-and-copy conversions without a file download, the HTML to Markdown tool is lighter, and to go the other direction the Markdown to HTML converter closes the loop.
Veelgestelde vragen
- Is dit converter gratis?
- Ja — gratis met geen registratie.
- Hoe werkt it differ van de existing HTML→Markdown tool?
- Dit één is geoptimaliseerd voor whole-document conversion: it zendt uit a downloadable .md bestand met sane defaults voor documentation work.
- Zijn my pagina's geüpload?
- Geen — elke conversion draait in je browser.
- Welke Markdown stijl is used?
- ATX headings (#) en fenced code blocks — de GitHub-flavored convention.
- Wat over afbeeldingen?
- Afbeeldingen zijn geconverteerd naar  syntax. De afbeelding bestanden themselves zijn niet gedownload.