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 需要上述依赖。