Конвертируйте таблицы Markdown в CSV и HTML, или создавайте таблицы Markdown из CSV.
Как использовать Таблица Markdown
Вставьте таблицу Markdown или CSV.
Нажмите Выполнить для конвертации.
Скопируйте результат в нужном формате.
This tool converts CSV data into a clean Markdown table you can drop into READMEs, issues, wikis and documentation, and converts Markdown tables back into CSV. The first row becomes the header, and you can set the column alignment.
Writing Markdown tables by hand is fiddly: every row needs the right number of pipes and the alignment divider has to line up. Pasting CSV and getting a correct table back removes all of that busywork.
Everything is processed locally in your browser; nothing you paste leaves your device.
It reads standard CSV with comma, semicolon or tab delimiters and handles quoted fields, so data exported from a spreadsheet converts without breaking on commas inside values.
The output is a GitHub-Flavored Markdown table: a header row, an alignment divider, then the data rows. It renders in GitHub, GitLab, most wikis and Markdown editors.
Alignment is written into the divider row using colons, :--- for left, :---: for center and ---: for right, which Markdown renderers use to align each column. Pipe characters in the data are escaped and line breaks inside cells are flattened so the table always stays valid.
Часто задаваемые вопросы
Да. Синтаксис выравнивания Markdown (двоеточия в строке разделителя) сохраняется при конвертации.
Да. Вставьте CSV-данные и выберите направление конвертации CSV в Markdown.
Встроить этот инструмент
Добавьте этот инструмент на свой сайт. Скопируйте фрагмент ниже, он обновляется автоматически.
<iframe src="https://monu.tools/embed/ru/markdown-table-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>Похожие инструменты
Форматируйте, минифицируйте и проверяйте JSON. Настраиваемый отступ, сортировка ключей. Ошибки выделяются.
Минифицируйте и проверяйте JSON в браузере с отображением экономии байт.
Конвертируйте JSON в CSV или CSV в JSON прямо в браузере. Настраиваемый разделитель.
Конвертируйте YAML в JSON или JSON в YAML прямо в браузере. Форматированный вывод.