modelscope.cn

markdown-converter

将Markdown转换为HTML、PDF或?

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex
More metadata
short-description
转换Markdown文件

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,215 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Markdown Converter Tool

Description

Convert Markdown documents to HTML, PDF, and other formats with support for syntax highlighting, tables, and custom CSS.

Trigger

  • /markdown command
  • User needs to convert Markdown
  • User wants to render documentation

Usage

# Convert to HTML
python scripts/markdown_converter.py README.md --format html --output README.html

# Convert to HTML with syntax highlighting
python scripts/markdown_converter.py code.md --format html --highlight

# Convert with custom CSS
python scripts/markdown_converter.py doc.md --format html --css style.css

# Convert to PDF (requires weasyprint)
python scripts/markdown_converter.py doc.md --format pdf --output doc.pdf

# Convert multiple files
python scripts/markdown_converter.py *.md --format html --output-dir ./html/

Tags

markdown, html, pdf, converter, documentation

Compatibility

  • Codex: ✅
  • Claude Code: ✅