Generador de tablas Markdown
Construye una tabla Markdown desde una rejilla o CSV - con alineación por columna.
Dos entradas: rejilla directa o CSV / TSV. Alineación por columna incluida. Vista previa en vivo.
col 1
col 2
col 3
Cómo usarla
Pick rows and columns
Set the table size; the grid expands or shrinks.
Fill the cells
Type directly, or paste CSV / TSV into the textarea fallback below the grid.
Copy the Markdown
The preview shows what your README will render. Hit Copy to grab the markdown.
¿Qué es?
A Markdown table generator turns tabular data into a GitHub-flavoured Markdown table - a header row, a separator row with alignment markers, and one row per record. Markdown tables don't support cell-wrapping or merged cells, but they're the universal table format for READMEs, pull request descriptions and most static-site generators.
Cuándo usarla
Pasting a small CSV into a GitHub README. Building a comparison table for a blog post. Documenting an API's endpoints in the PR description. Any context that supports Markdown but where typing the pipes and dashes by hand is error-prone.
Errores comunes
Trying to nest a table inside a list (Markdown tables can't be indented past the first column character in most flavours). Forgetting that empty cells need to be present, not skipped, or the column alignment gets confused. And expecting cell wrapping for long content - Markdown tables don't wrap; the rendered table will overflow horizontally.
Preguntas frecuentes
- Does it support GitHub Flavored Markdown alignment?
- Yes. The separator row uses ':---' (left), ':---:' (center) or '---:' (right) per column.
- What if a cell contains a pipe character?
- We escape it as '\|' so the table renders correctly. You shouldn't have to think about it.
Herramientas relacionadas
Más en esta categoría
- Formateador y validador JSON
- Codificador / Decodificador Base64
- Codificador / Decodificador de URL
- Generador de hash (SHA-1, SHA-256, SHA-384, SHA-512)
- Decodificador JWT
- Probador de regex
- Conversor Markdown a HTML
- Conversor YAML a JSON
- Conversor CSV a JSON
- Formateador SQL
- Codificador / Decodificador de entidades HTML
- Lector de expresiones cron
- Formateador XML
- Minificador HTML
- Generador de datos ficticios