Markdown Editor & Generator
Vista previa en vivo, GitHub Flavored Markdown, plantillas para README / API docs / Changelog. Guardado automático local. Exporta como .md o .html autocontenido.
Editor
Vista previa
Guardado automáticamenteA complete Markdown workbench in your browser
Whether you're writing a README, an API reference, a changelog, a blog post or just notes, this editor gives you live preview, sensible defaults, and the export options you actually need — all running locally, no signup, no upload.
GitHub Flavored Markdown (GFM)
The parser is marked v12, the same engine that powers many static-site generators and code editors. It supports the GFM features developers expect:
- Tables with
| col1 | col2 |syntax - Task lists with
- [ ]and- [x] - Strikethrough with
~~text~~ - Fenced code blocks with
```language - Autolinked URLs and emails
Tabla de contenidos integrada
Insert [[toc]] anywhere in your document and we'll generate a navigable list of
all H2/H3/H4 headings. Useful for long READMEs and reference docs.
Resaltado de código sin dependencias
Code blocks are syntax-highlighted with a minimal in-house engine that recognizes strings, comments, numbers and common keywords across JavaScript, Python, Go, Rust, SQL and shell. It's not as fancy as Prism or highlight.js but it adds under 1 KB instead of 80-200 KB. For most documentation purposes the difference is invisible.
Plantillas para empezar
Pick one from the dropdown to instantly bootstrap:
- README — features, install, usage, API, contributing, license.
- API Reference — endpoints, auth, error codes, example requests/responses.
- Changelog — Keep-a-Changelog format with Added/Changed/Fixed/Deprecated sections.
- Blog post — hook → problem → attempt → breakthrough → solution → lessons.
Dos formatos de exportación
- .md — your raw Markdown source.
- .html — a self-contained HTML file with embedded CSS, lecturay to drop into any web server or send by email. Looks clean on its own.
Salida HTML segura
Markdown allows inline HTML, which means a malicious Markdown source could inject scripts or
unsafe URLs (javascript:, etc.) into the HTML output. We sanitize everything
with DOMPurify, the same library used by Gmail, ProseMirror and many other
products. You can safely copy the HTML output and paste it into a CMS, blog or email
without worrying about XSS.
Guardado automático
Your draft is saved to your browser's localStorage every 2 seconds. Close the
tab, come back tomorrow — your text will still be there. (It's local only — never uploaded.)
Atajos de teclado
- Cmd/Ctrl + B — wrap selection in bold
- Cmd/Ctrl + I — wrap selection in italic
- Cmd/Ctrl + K — insert a link (prompt for URL)
Privacidad
Everything runs in your browser tab — markdown parsing, sanitization, rendering, saving.
We don't upload your content, log your usage, or run analytics on what you type. The only
network requests this page makes are the one-time CDN loads of marked and
DOMPurify.
Casos de uso frecuentes
- Draft a GitHub README and paste it in directly.
- Write internal documentation that exports to a standalone HTML email.
- Quick-format a Slack post or forum reply.
- Convert old plain-text notes into beautifully rendered docs.
- Practice Markdown syntax with instant feedback.
Preguntas Frecuentes
- ¿Cómo funciona este editor de Markdown?
- Escribe o pega Markdown en el panel izquierdo del editor y ve una vista previa renderizada en vivo a la derecha. El parser (marked v12) soporta GitHub Flavored Markdown incluyendo tablas, listas de tareas y bloques de código. Todo se ejecuta completamente en tu navegador sin procesamiento del servidor.
- ¿Esta herramienta sube mi contenido a un servidor?
- No. Todo el análisis, renderizado y guardado ocurre completamente en la pestaña de tu navegador. Tu texto se guarda automáticamente en localStorage solo en tu dispositivo. Las únicas solicitudes de red son las cargas únicas de las librerías marked y DOMPurify desde CDN.
- ¿Qué formatos de exportación están disponibles?
- Puedes exportar como archivo .md (tu fuente Markdown) o como un archivo .html autocontenido con CSS incrustado que se ve limpio en cualquier servidor web o en email. También puedes copiar el HTML renderizado directamente al portapapeles.
- ¿Cuáles son los casos de uso comunes para este generador de Markdown?
- Los usos comunes incluyen redactar READMEs de GitHub, escribir documentación interna que se exporta a HTML independiente, formatear publicaciones de Slack o respuestas en foros, convertir notas de texto plano en documentos renderizados, y practicar la sintaxis Markdown con feedback instantáneo.
- ¿Este editor de Markdown es realmente gratis?
- Sí, completamente gratis sin restricciones. No hay registro, no hay límite de palabras, no hay límite de uso y no hay nivel premium. Las plantillas, auto-guardado, exportación y todas las funciones están incluidas sin coste. La herramienta se mantiene solo con anuncios.