一键导入
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
---