Zum Hauptinhalt springen

Markdown-Validator und Vorschau

Validiere Markdown-Struktur, sieh dir die gerenderte Ausgabe an und finde typische Authoring-Probleme vor dem Veröffentlichen.

Converty Markdown Showcase 🚀

Welcome to Converty's Markdown Validator & Preview. This sample demonstrates a broad Markdown feature set with live preview, sanitized raw HTML, and structural feedback before you publish.

Use italic text, bold text, strikethrough, inline code, and a forced line break.
This second line confirms the hard line break is preserved in the preview.

Press Cmd + Enter, write H2O, compare 210 with 2102^{10}, and keep secondary notes in footnotes.1

Made by VLG Software Version

Real Converty links

Autolink: https://github.com/remarkjs/remark-math
Email: hello@example.com
Reference link: Favicon generator

Lists and tasks

  1. Draft the document
  2. Review the structure
    • Confirm nested lists stay readable
    • Check inline formatting and links
  3. Publish with confidence
  • Headings organized
  • Tables aligned
  • Code fences labeled
  • Math rendered with KaTeX
  • Final proofread pending

Markdown stays readable in plain text and polished in preview.

Use the validator when you want quick feedback before publishing.

Table

ToolBest forStatus
CSV Validatorspotting structural issuesReady
Data ConverterJSON, YAML, TOML, and CSVReady
Favicon Generatorbrowser icon packagesReady
WebP Converterimage optimizationReady

Media

Converty preview image

Code samples

type ReleaseNote = {
  slug: string
  title: string
}

export function buildSummary(note: ReleaseNote) {
  return `${note.title} (${note.slug})`
}
pnpm lint
pnpm test
pnpm build
{
  "tool": "markdown-validator",
  "status": "ready",
  "supportsMath": true
}

Math

Inline math works: E=mc2E = mc^2, x2+y2\sqrt{x^2 + y^2}, and n=14n=10\sum_{n=1}^{4} n = 10.

f(x)=01x2dx=13f(x) = \int_{0}^{1} x^2 \, dx = \frac{1}{3} [1234][xy]=[x+2y3x+4y]\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} x + 2y \\ 3x + 4y \end{bmatrix}

Safe HTML extras

Safe raw HTML still appears after sanitization, while unsafe handlers and protocols are stripped out.

Why mix Markdown with sanitized HTML?

You can add disclosure widgets, keyboard hints, subscripts, and superscripts without opening the door to unsafe scripts or event handlers.


Need a quick route to the rest of Converty? Visit home, scan the FAQs, or browse the blog for longer reads.

This sample includes a footnote reference2 and keeps reference definitions separate from footnotes so reference links resolve correctly.

Footnotes

  1. KaTeX renders both inline and display equations inside the preview.

  2. The validator can still map warnings back to source lines and preview blocks.

Keine Probleme erkannt
Für das aktuelle Markdown-Dokument wurden keine Validierungsprobleme gefunden.

Über Markdown-Validierung und Vorschau

Markdown-Validatoren sind am nützlichsten, wenn sie eine echte Vorschau mit gezieltem Authoring-Feedback kombinieren. So kannst du prüfen, wie das Dokument aussieht und ob es typische Struktur- oder Accessibility-Probleme enthält.

Vorschau vor dem Veröffentlichen

Eine gerenderte Vorschau hilft dir, Formatierungsüberraschungen zu erkennen, bevor Markdown in Docs, CMS-Feldern, Release Notes oder Produktcopy landet.

Wenn du Überschriften, Tabellen, Blockquotes und Codeblöcke in ihrer finalen Form siehst, geht die Prüfung schneller.

Sicheres Rendering von rohem HTML

Markdown erlaubt oft Inline-HTML, aber öffentliche Vorschauen sollten unsichere Scripts, Handler und problematische Protokolle trotzdem entfernen.

Sanitization lässt dich realistische Ausgaben testen, ohne dem Quell-Markup vertrauen zu müssen.

Wichtige Authoring-Warnungen

Fokussierte Warnungen finden Probleme wie Sprünge in Überschriftenebenen, doppelte H1, fehlenden Alt-Text, leere Links und Code Fences ohne Sprachlabel.

Das gibt Autorinnen und Autoren praktisches Feedback, ohne Markdown in einen schweren Lint-Workflow zu verwandeln.

Häufig gestellte Fragen

Antworten zu GitHub-flavored Markdown-Unterstützung, sicherem HTML-Rendering, Authoring-Warnungen und dazu, wie die Vorschau mit verdächtigem Markup umgeht.

Weitere Tools

Durchsuche alle dedizierten Tool-Seiten über den Homepage-Hub oder den zentrierten Selector im Header.