CSV를 Markdown 표로, Markdown 표를 CSV로 양방향 변환합니다.
Markdown 표 사용 방법
첫 행을 헤더로 하는 CSV를 붙여넣으세요.
구분자와 열 정렬을 선택하세요.
생성된 Markdown 표를 복사하세요.
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.
자주 묻는 질문
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>관련 도구
잘못된 입력에 대한 명확한 오류 메시지와 함께 온라인에서 JSON을 포맷하고 보기 좋게 정리하며 유효성을 검사합니다.
브라우저에서 JSON을 압축하고 유효성을 검사하여 절약된 바이트 수를 확인합니다.
JSON을 CSV로, CSV를 JSON으로 양방향 변환합니다. 구분자 선택, 따옴표 처리, 결과 복사 기능을 제공하며 모든 작업이 브라우저에서 실행됩니다.
YAML을 JSON으로, JSON을 YAML로 양방향 변환합니다. 변환 중 유효성을 검사하고 명확한 오류 메시지를 표시합니다. 모든 작업이 브라우저에서 실행됩니다.