Pratinjau langsung
Lihat hasil render berubah saat Anda mengetik.
Tulis Markdown online, lihat hasil render secara instan, hitung kata dan karakter, lalu salin Markdown atau HTML bersih.
A Markdown editor lets you write and preview Markdown-formatted text in real time. Markdown is a lightweight markup language that uses plain-text symbols (# for headings, ** for bold, [link](url) for links) to create formatted documents. This editor supports GitHub-Flavored Markdown (GFM) including tables, code blocks, and task lists, with live preview and HTML export -- all running in your browser.
Split-pane editor with instant rendering, word count, and one-click HTML/Markdown copy. Everything runs locally in your browser.
Ketik atau tempel Markdown ke panel editor.
Lihat hasil render berdampingan saat mengedit heading, daftar, tautan, dan penekanan.
Salin sumber Markdown atau HTML yang dihasilkan untuk dokumen, CMS, atau pelacak tugas.
Lihat hasil render berubah saat Anda mengetik.
Pantau jumlah karakter, kata, dan baris selama menulis.
Ubah Markdown menjadi HTML hasil render dan salin dengan sekali klik.
Markdown was created by John Gruber in 2004 as a simple, readable text-to-HTML conversion syntax. Its design philosophy is that the source text should be readable as-is, without rendering -- a Markdown document with # Heading and **bold** text is understandable even in a plain text editor. This contrasts with HTML, where
GitHub-Flavored Markdown (GFM) extends the original Markdown specification with features requested by developers: fenced code blocks (`language), tables (| Column | Column |), task lists (- [x] done), strikethrough (~~text~~), and auto-linking URLs. GFM is the most widely used Markdown variant, supported by GitHub, GitLab, Bitbucket, Discord, Reddit, and many other platforms. Our editor renders GFM using the marked.js library, which is a fast, spec-compliant Markdown parser.
Writing in Markdown has several advantages over WYSIWYG editors (like Microsoft Word or Google Docs): the files are plain text (future-proof, version-control friendly, searchable), the formatting is semantic (you describe what things are, not how they look), and the source is portable (works in any text editor). The separation of content and presentation means the same Markdown file can be rendered as HTML, PDF, EPUB, or slides with different styling.
Gunakan heading gaya ATX (# untuk H1, ## untuk H2) dengan spasi setelah tanda hash. Heading gaya Setext (menggarisbawahi dengan === atau ---) juga didukung tetapi kurang umum. Selalu tinggalkan baris kosong sebelum dan sesudah heading untuk keterbacaan.
Untuk blok kode, selalu tentukan bahasa untuk penyorotan sintaks: gunakan triple backtick diikuti dengan nama bahasa. Misalnya, ```javascript untuk blok kode JavaScript. Ini memungkinkan editor menyorot sintaks dengan benar. Jika Anda tidak menentukan bahasa, kode akan ditampilkan sebagai teks biasa.
A side-by-side comparison of popular online Markdown editors.
| Fitur | NovaTools | StackEdit | Dillinger.io |
|---|---|---|---|
| Privasi (tanpa server) | 100% lokal | Sinkron ke server | Sisi server |
| GitHub-Flavored Markdown | GFM | ||
| Pratinjau langsung | Tampilan terbagi | ||
| Penyorotan sintaks | |||
| Export to HTML | |||
| Tanpa pendaftaran | (untuk sync) | (untuk simpan) |
Editor kami berjalan sepenuhnya di browser Anda — dokumen Anda tidak pernah diunggah atau disimpan di server. Konten disinkronkan langsung saat Anda mengetik, tanpa penundaan jaringan.
Alat ini berjalan sepenuhnya di browser Anda. File Anda tidak diunggah, disimpan, atau dianalisis.
Bahkan jika koneksi internet Anda terputus, file Anda tetap aman.
Pelajari cara menulis Markdown lebih cepat dengan pratinjau langsung, statistik tulisan, dan salinan HTML bersih untuk docs, README, CMS, dan issue.
Berhentilah bersusah payah dengan konversi dokumen. Pelajari cara mengonversi Markdown ke Word (DOCX) dan Word ke Markdown secara online gratis. 100% pribadi, berbasis browser, dan menangani gambar secara otomatis.
Pelajari apa itu Base64, kapan memakai Base64 standar atau URL-safe, dan cara encode/decode teks secara lokal di browser.