RevealTheme logo

Markdown을 HTML로 변환

Markdown 텍스트를 HTML로 변환합니다. CommonMark와 GitHub 스타일 확장(표, 취소선, 작업 목록)을 지원합니다.

Hello

This is bold and italic.

<p><h1>Hello</h1></p><p>This is <strong>bold</strong> and <em>italic</em>.</p>

이 도구 사용 방법

  1. 1

    Type or paste your Markdown into the input on the left.

  2. 2

    Watch the rendered preview and the generated HTML update live.

  3. 3

    Copy the HTML to drop into a web page, CMS field, or email template.

Markdown을 HTML로 변환이란 무엇인가요?

Markdown은 가장 널리 쓰이는 경량 마크업 언어입니다. GitHub README, Stack Overflow, Discord, 그리고 대부분의 블로그 플랫폼에서 사용됩니다. Markdown을 HTML로 변환하는 것은 거의 모든 정적 사이트 생성기에서 빌드 단계에 해당합니다. 이 도구는 CommonMark 호환 파서와 GitHub 스타일 확장을 사용합니다.

일반적인 사용 사례

  • Turn a heading-and-paragraph draft into HTML for a CMS field that only accepts an HTML body.

  • Convert simple notes or documentation written in Markdown into HTML for an email or knowledge base.

  • Preview exactly what HTML your basic Markdown produces before pasting it into a page.

  • Generate quick HTML snippets from Markdown you wrote in your editor.

  • Teach or debug Markdown by seeing the precise tags each piece of syntax emits.

  • Produce clean inline HTML for a landing-page section without hand-writing the tags.

자주 묻는 질문

어떤 Markdown 변형을 지원하나요?
CommonMark와 GFM 확장: 표, 취소선, 작업 목록, 자동 링크를 지원합니다.
출력이 정화(sanitize)되나요?
아닙니다. Markdown 안의 원시 HTML은 그대로 통과됩니다. 사용자 콘텐츠를 렌더링하기 전에 정화하세요.

관련 도구