markdown-to-html
Installation
SKILL.md
Markdown → 好讀版 HTML
Turn any Markdown file into a single, self-contained HTML page with an editorial "書卷感" layout tuned for comfortable long-form Traditional Chinese reading. The Markdown stays the single source of truth — the HTML is a pure, deterministic transform of it, so the two never drift.
This is a format-only tool: it does not write or change content, it only renders whatever Markdown you give it.
Quick Start
Given a Markdown file, run the bundled converter with uv (it resolves the
markdown dependency from this skill's pyproject.toml):
# Sync once so the `markdown` dependency is installed (surfaces any
# dependency/network problem up front instead of mid-conversion).
uv sync --project <skill-dir>