markdown-master

Installation
SKILL.md

Markdown Master

使用前准备

首先检查并安装依赖:

# 检查 Python 是否可用
python --version

# 安装可选依赖(convert.py 需要)
pip install python-docx markdown beautifulsoup4 weasyprint pyyaml

注意:structure.py / quality.py / files.py 仅使用 Python 标准库,无需额外安装即可使用。只有 convert.py 需要上述依赖。

核心工作流程

场景 1:准备正式发布的中文文档

Installs
1
First Seen
Jun 22, 2026
markdown-master — foxian/office-skills