File formats / 11 formats, every pair
reStructuredText to Markdown converter
Turn reStructuredText into Markdown — a pipe table, the kind a README or a pull request renders — in this browser tab. Paste your reStructuredText, copy the Markdown: the quoting and escaping Markdown needs are applied for you.
reStructuredText to Markdown, worked out
3 rows and 4 columns: 7 lines of reStructuredText become 5 lines of Markdown.
reStructuredText in
========= ====== ===== ========== product region units unit price ========= ====== ===== ========== Desk lamp EU 128 24.50 Chair R&D 64 98.00 Monitor APAC 32 249.99 ========= ====== ===== ==========
Markdown out
| product | region | units | unit price | | :-------- | :----- | :---- | :--------- | | Desk lamp | EU | 128 | 24.50 | | Chair | R&D | 64 | 98.00 | | Monitor | APAC | 32 | 249.99 |
Markdown result
| product | region | units | unit price | | :-------- | :----- | :---- | :--------- | | Desk lamp | EU | 128 | 24.50 | | Chair | R&D | 64 | 98.00 | | Monitor | APAC | 32 | 249.99 |
Conversions next to this one
- Markdown to reStructuredText
- reStructuredText to AsciiDoc
- reStructuredText to CSV
- reStructuredText to HTML
- reStructuredText to JSON
- reStructuredText to LaTeX
- reStructuredText to SQL
- reStructuredText to TSV
- reStructuredText to XML
- reStructuredText to YAML
- AsciiDoc to Markdown
- CSV to Markdown
- HTML to Markdown
- JSON to Markdown
Next in this job
Chosen from where these tools sit in the catalogue — the same workbench, the same category, the same words. Nothing here measures what you or anyone else opened.
- reStructuredText to HTML converterConvert reStructuredText to HTML in your browser.Next along in the same workbench
- reStructuredText to XML converterConvert reStructuredText to XML in your browser.Next along in the same workbench
- Markdown to reStructuredText converterConvert Markdown to reStructuredText in your browser.Another reStructuredText tool
- Markdown table generator & CSV converterTransform CSV, pipe-separated, or tab-delimited text into perfectly padded GitHub Flavored Markdown (GFM) tables.Another Markdown tool