Monu Tools

Markdown 표 변환기

CSV를 Markdown 표로, Markdown 표를 CSV로 양방향 변환합니다.

Markdown 표 사용 방법

  1. 01

    첫 행을 헤더로 하는 CSV를 붙여넣으세요.

  2. 02

    구분자와 열 정렬을 선택하세요.

  3. 03

    생성된 Markdown 표를 복사하세요.

What it does

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.

The CSV it reads

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 Markdown it produces

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 and escaping

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.

자주 묻는 질문

출력 형식은 어떻게 되나요?

GitHub 스타일 Markdown 표 형식입니다. 헤더 행, 정렬 구분 행, 데이터 행 순서이며 GitHub, 대부분의 위키, Markdown 편집기에서 렌더링됩니다.

정렬은 어떻게 적용되나요?

선택한 정렬이 구분 행에 콜론으로 기록됩니다(:--- 왼쪽, :---: 가운데, ---: 오른쪽). Markdown 렌더러가 이를 사용해 각 열을 정렬합니다.

셀에 쉼표나 파이프(|)가 있으면 어떻게 되나요?

따옴표로 감싸진 CSV 필드는 올바르게 파싱되고, 데이터의 파이프 문자는 이스케이프 처리되어 표가 유효하게 유지됩니다. 셀 내의 줄바꿈은 공백으로 변환됩니다.

데이터가 업로드되나요?

아니요. 표는 브라우저에서 완전히 생성되며 붙여넣은 내용이 기기 밖으로 나가지 않습니다.

출처

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

<iframe src="https://monu.tools/embed/ko/markdown-table-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

관련 도구