원클릭으로
md-to-epub
Convert Markdown to EPUB 3 e-books via Pandoc.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert Markdown to EPUB 3 e-books via Pandoc.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build applications powered by GitHub Copilot using the Copilot SDK — session management, custom tools, streaming, hooks, MCP servers, BYOK, deployment patterns
CI/CD pipelines, infrastructure as code, and deployment automation for Azure workloads
Domain: DevOps & Cloud Engineering
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images
Convert Markdown to standalone HTML pages with embedded CSS, images, and Mermaid diagrams
| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | md-to-epub |
| description | Convert Markdown to EPUB 3 e-books via Pandoc. |
| tier | standard |
| applyTo | **/*epub* |
| currency | "2026-04-30T00:00:00.000Z" |
| lastReviewed | "2026-04-30T00:00:00.000Z" |
Convert Markdown to EPUB 3 e-books via Pandoc.
md-to-epub.cjs — Node script that wraps Pandoc.
node (≥ 16)pandoc (≥ 3.0) on PATHnode md-to-epub.cjs input.md
node md-to-epub.cjs input.md --output book.epub
node md-to-epub.cjs input.md --cover cover.png
---
title: My Book
author: Your Name
publisher: Press Name
language: en
cover-image: cover.png
toc: true
---