markdown-to-docx

Convert Markdown documents to .docx with Korean font support and inline formatting.

1|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/jykim/AI4BM --skill markdown-to-docx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-to-docx
Source: https://github.com/jykim/AI4BM/tree/main/_Settings_/Skills/markdown-to-docx
Command: npx skills add https://github.com/jykim/AI4BM --skill markdown-to-docx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

What problem does it solve?

This Skill converts Markdown documents into professionally formatted Word documents (.docx), preserving Korean font rendering, inline formatting, and nested lists for polished, shareable documents.

Core Features & Use Cases

  • Korean Font Support: Default font Malgun Gothic for Korean text.
  • Inline Formatting: Preserve bold/italic, headers, and lists.
  • Nested Lists: Proper indentation for nested lists and checkboxes.
  • Document Structure: Maintains headings and block quotes for professional formatting.
  • Usage Scenarios: Produce client-ready reports or team briefs from vault notes.

Quick Start

For example, convert a file:

  • Input: Publish/Reports/Quarterly.md
  • Output: Publish/Reports/Quarterly.docx

Frequently Asked Questions about markdown-to-docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert markdown files to Word documents with Korean font support?

Convert markdown to DOCX by using this Skill, which automatically applies Malgun Gothic 11pt font for Korean text, preserves bold/italic formatting, headers, and nested lists in the resulting Word document.

Can I export vault notes as formatted Word documents while keeping Korean text readable?

Yes. This Skill converts markdown vault notes to .docx files with Korean font configuration and inline formatting intact, producing professionally formatted documents ready to share.

What markdown formatting is preserved when converting to DOCX?

Markdown-to-DOCX conversion preserves headers, bold/italic text, nested lists with proper indentation, checkboxes, block quotes, and document structure; frontmatter is skipped and images are not embedded.

Do I need to manually set fonts for Korean text in converted Word documents?

No. The Skill automatically configures Malgun Gothic as the default font for the entire document, eliminating manual font adjustment for Korean character rendering.

Can I convert multilingual markdown documents containing both Korean and English text?

Yes. This Skill handles multilingual content by applying Malgun Gothic 11pt uniformly, preserving inline formatting and structure across mixed-language markdown documents converted to Word format.