RevealTheme logo

Markdown'dan HTML'e Dönüştürücü

Markdown metnini HTML'e dönüştürün. CommonMark ile birlikte GitHub tarzı uzantıları (tablolar, üstü çizili metin, görev listeleri) destekler.

Hello

This is bold and italic.

<p><h1>Hello</h1></p><p>This is <strong>bold</strong> and <em>italic</em>.</p>

Bu araç nasıl kullanılır

  1. 1

    Type or paste your Markdown into the input on the left.

  2. 2

    Watch the rendered preview and the generated HTML update live.

  3. 3

    Copy the HTML to drop into a web page, CMS field, or email template.

Markdown'dan HTML'e Dönüştürücü nedir?

Markdown, en popüler hafif işaretleme dilidir: GitHub README dosyaları, Stack Overflow, Discord ve çoğu blog platformu tarafından kullanılır. Markdown'ı HTML'e dönüştürmek, neredeyse tüm statik site oluşturucularında bir derleme adımıdır. Bu araç, CommonMark uyumlu bir ayrıştırıcı ile birlikte GitHub tarzı uzantıları kullanır.

Yaygın kullanım örnekleri

  • Turn a heading-and-paragraph draft into HTML for a CMS field that only accepts an HTML body.

  • Convert simple notes or documentation written in Markdown into HTML for an email or knowledge base.

  • Preview exactly what HTML your basic Markdown produces before pasting it into a page.

  • Generate quick HTML snippets from Markdown you wrote in your editor.

  • Teach or debug Markdown by seeing the precise tags each piece of syntax emits.

  • Produce clean inline HTML for a landing-page section without hand-writing the tags.

Sıkça sorulan sorular

Hangi Markdown çeşidini destekliyor?
CommonMark ile birlikte GFM uzantıları: tablolar, üstü çizili metin, görev listeleri ve otomatik bağlantılar.
Çıktı temizleniyor mu (sanitize)?
Hayır: Markdown'ınızın içindeki ham HTML olduğu gibi geçer. Kullanıcı içeriğini işlemeden önce temizleyin (sanitize).

İlgili araçlar