Monu Tools

Markdown HTML 변환기

Markdown을 HTML로, HTML을 Markdown으로 양방향 변환합니다. 라이브 미리보기를 제공합니다.

Markdown / HTML 사용 방법

  1. 01

    방향을 선택하세요: Markdown → HTML 또는 HTML → Markdown.

  2. 02

    콘텐츠를 입력 상자에 입력하거나 붙여넣으세요.

  3. 03

    변환된 결과를 복사하거나 Markdown의 라이브 미리보기를 사용하세요.

What it does

This is a two-way converter between Markdown and HTML. Turn Markdown into clean HTML to paste into a CMS, email or template, or convert existing HTML back into tidy Markdown for documentation and notes. A live preview shows the rendered result as you type.

What Markdown is

Markdown is a lightweight way to write formatted text using plain characters, # for a heading, * for emphasis, - for a list, so it stays readable as source and converts cleanly to HTML. It powers README files, many docs sites, chat apps and static blogs.

Which flavour is supported

The converter uses GitHub-Flavored Markdown, so headings, bold and italics, links, images, ordered and unordered lists, tables, blockquotes and fenced code blocks all convert as you would expect from GitHub or most modern Markdown tools.

A safe preview

The preview renders inside a sandboxed frame that cannot execute scripts, so even HTML containing embedded scripts is displayed safely. That matters when you paste HTML from an unknown source just to see or convert it.

Common uses

Common uses include drafting content in Markdown and exporting the HTML a platform needs, cleaning messy HTML from a page into readable Markdown, or simply checking how a snippet will render before publishing it.

Runs in your browser

Everything runs locally in your browser, which keeps it fast and private. The text you convert never leaves your device.

자주 묻는 질문

어떤 Markdown 형식을 지원하나요?

GitHub 스타일 Markdown을 사용하므로 제목, 목록, 링크, 표, 코드 블록, 강조가 모두 예상대로 변환됩니다.

미리보기가 안전한가요?

네. 미리보기는 스크립트를 실행할 수 없는 샌드박스 프레임 안에서 렌더링되므로 내장 스크립트가 있는 HTML도 안전하게 표시됩니다.

콘텐츠가 어딘가에 업로드되나요?

아니요. 변환은 브라우저에서 완전히 실행되므로 텍스트가 기기 밖으로 나가지 않습니다.

출처

이 도구 임베드하기

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

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

관련 도구