마크다운 → HTML 변환
Markdown to HTML Converter
입력한 텍스트는 브라우저에서만 처리되며 서버로 전송·저장되지 않습니다.Your text is processed entirely in your browser — never uploaded or stored.
마크다운 변환기란?
마크다운 변환기는 #, **, - 같은 간단한 기호로 작성한 마크다운 텍스트를 실시간으로 HTML로 변환하고 미리보기를 보여주는 도구입니다. README 작성, 블로그 초안, 게시글 미리보기 등에 유용합니다.
지원 문법
- 제목:
# ~ ###### - 굵게
**text**/ 기울임*text* - 인라인 코드
`code`/ 코드 블록``` - 링크
[text](url)/ 이미지 - 순서 있는/없는 목록, 인용문
>, 수평선---
안전한 변환(XSS 방지)
입력 텍스트는 먼저 HTML 특수문자를 이스케이프한 뒤 마크다운 서식을 적용하므로 <script> 같은 태그를 입력해도 실행되지 않고 문자 그대로 표시됩니다. 모든 변환은 브라우저 안에서만 이루어지며 서버로 전송되지 않습니다.
What is this tool?
The Markdown converter turns Markdown syntax written with symbols like #, **, and - into HTML in real time with a live preview — handy for drafting READMEs, blog posts, and previewing posts.
Supported syntax
- Headings:
# through ###### - Bold
**text**/ Italic*text* - Inline code
`code`/ code blocks``` - Links
[text](url)/ images - Ordered/unordered lists, blockquotes
>, horizontal rules---
Safe conversion (XSS prevention)
Input text is HTML-escaped before formatting rules are applied, so tags like <script> are never executed and are shown as literal text. Everything runs in your browser and is never sent to a server.
자주 묻는 질문
마크다운(Markdown)이란 무엇인가요?
어떤 마크다운 문법을 지원하나요?
변환된 HTML이 안전한가요? (XSS 방지)
GitHub README 작성에 사용할 수 있나요?
입력한 내용이 서버로 전송되나요?
FAQ
What is Markdown?
Which Markdown syntax is supported?
Is the generated HTML safe? (XSS prevention)
Can I use this to write a GitHub README?
Is my text sent to a server?
안내: 본 도구는 기본적인 마크다운 문법을 HTML로 변환하는 참고용 도구이며, 모든 처리는 브라우저 안에서만 이루어집니다. 표·각주 등 확장 문법은 지원하지 않습니다.
Note: This tool converts core Markdown syntax to HTML for reference, and all processing happens in your browser. Extended syntax such as tables and footnotes is not supported.