Markdown & HTML Tools
Markdown Table to CSV
Paste a Markdown pipe table and convert it to a clean CSV file. Strips the header separator row, trims cell whitespace, and handles escaped pipes inside cells.
All conversion happens in your browser; your text is never sent to a server
Features
- Parses standard Markdown pipe tables
- Strips alignment separator row
- Trims cell whitespace
- Handles escaped pipes in cell content
- Copy or download as .csv
- Browser-only
How to use it
- Paste your Markdown table (with pipe | syntax) into the input.
- CSV conversion runs instantly.
- Copy the CSV or download as .csv.
Use cases
- Exporting Markdown documentation tables to spreadsheets
- Converting Markdown data tables for analysis
- Moving table data from README files to Excel or Google Sheets
Limitations
- Multi-line cells and tables with HTML inside cells may not convert cleanly.
Related tools
CSV to Markdown Table
Convert CSV data to a Markdown pipe table instantly. Paste CSV, get a formatted | pipe | table. Copy and paste into any Markdown document.
Use toolCSV to JSON
Convert CSV to JSON in your browser. Paste data or upload a file, toggle header detection, infer types, and download pretty-printed JSON. No server, no account.
Use toolMarkdown Previewer
Preview Markdown as rendered HTML in real time. Supports GitHub Flavored Markdown, tables, task lists, code blocks, fenced code with syntax hints. Browser-only.
Use toolMarkdown to HTML
Convert Markdown to HTML instantly in your browser. Supports GFM tables, code blocks, footnotes, see a live preview and copy the HTML output.
Use toolHTML to Markdown
Convert HTML to clean Markdown instantly. Handles headings, links, bold, lists, tables, and code blocks. All in your browser, no server required.
Use toolText to HTML
Convert plain text to basic HTML. Wraps paragraphs in <p> tags, converts line breaks, and escapes special characters. Free, browser-only.
Use toolFrequently asked
What Markdown table format is supported?
Standard GFM pipe tables with | column | separators. The alignment row (|:---|:---:|) is removed automatically.