마크다운 → HTML 변환

Markdown to HTML Converter

입력한 텍스트는 브라우저에서만 처리되며 서버로 전송·저장되지 않습니다.Your text is processed entirely in your browser — never uploaded or stored.

마크다운 변환기란?

마크다운 변환기#, **, - 같은 간단한 기호로 작성한 마크다운 텍스트를 실시간으로 HTML로 변환하고 미리보기를 보여주는 도구입니다. README 작성, 블로그 초안, 게시글 미리보기 등에 유용합니다.

지원 문법
  • 제목: # ~ ######
  • 굵게 **text** / 기울임 *text*
  • 인라인 코드 `code` / 코드 블록 ```
  • 링크 [text](url) / 이미지 ![alt](url)
  • 순서 있는/없는 목록, 인용문 >, 수평선 ---
참고: 표·각주 등 확장 문법은 지원하지 않으며, 기본적인 GitHub Flavored Markdown 요소 위주로 지원합니다.
안전한 변환(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 ![alt](url)
  • Ordered/unordered lists, blockquotes >, horizontal rules ---
Note: Extended syntax like tables and footnotes are not supported — this covers the basics of GitHub Flavored Markdown.
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)이란 무엇인가요?
마크다운은 `#`, `*`, `-` 같은 간단한 기호로 제목·굵게·목록 등의 서식을 표현하는 경량 문서 작성 문법입니다. GitHub README, 블로그, 메모 앱 등에서 널리 쓰이며, 일반 텍스트처럼 읽기 쉬우면서도 HTML로 손쉽게 변환할 수 있습니다.
어떤 마크다운 문법을 지원하나요?
제목(# ~ ######), 굵게(**text**), 기울임(*text*), 인라인 코드(`code`), 코드 블록(```), 링크([text](url)), 이미지(![alt](url)), 순서 있는/없는 목록, 인용문(>), 수평선(---), 문단을 지원합니다.
변환된 HTML이 안전한가요? (XSS 방지)
네. 입력한 텍스트는 먼저 HTML 특수문자를 이스케이프한 뒤 마크다운 서식을 적용하므로 <script> 같은 태그를 입력해도 실행되지 않고 문자 그대로 표시됩니다. 링크의 javascript: 스킴도 차단해 미리보기 화면에서 스크립트가 실행되지 않도록 합니다.
GitHub README 작성에 사용할 수 있나요?
네. 기본적인 GitHub Flavored Markdown 문법(제목·목록·코드블록·링크·이미지 등)을 지원하므로 README.md 초안을 작성하고 결과를 미리 확인하는 용도로 유용합니다. 표·각주 등 고급 확장 문법은 지원하지 않습니다.
입력한 내용이 서버로 전송되나요?
아니요. 모든 변환과 미리보기는 사용자의 브라우저 안에서만 이루어지며, 입력한 마크다운 텍스트는 서버로 전송되거나 저장되지 않습니다.
What is Markdown?
Markdown is a lightweight writing syntax that uses simple symbols like `#`, `*`, and `-` to express headings, bold text, lists, and more. It is widely used for GitHub READMEs, blogs, and note apps — easy to read as plain text and easy to convert to HTML.
Which Markdown syntax is supported?
Headings (# through ######), bold (**text**), italics (*text*), inline code (`code`), code blocks (```), links ([text](url)), images (![alt](url)), ordered/unordered lists, blockquotes (>), horizontal rules (---), and paragraphs.
Is the generated HTML safe? (XSS prevention)
Yes. Your input is HTML-escaped before formatting rules are applied, so tags like <script> are never executed and appear as literal text. Link hrefs using the javascript: scheme are also blocked so the preview can never run a script.
Can I use this to write a GitHub README?
Yes. It supports the core GitHub Flavored Markdown syntax (headings, lists, code blocks, links, images), making it handy for drafting a README.md and previewing the result. Advanced extensions such as tables and footnotes are not supported.
Is my text sent to a server?
No. All conversion and preview rendering happen entirely in your browser; your Markdown text is never uploaded or stored.

안내: 본 도구는 기본적인 마크다운 문법을 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.