Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Markdown Converter

  • 26 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

markdown-converter is a Claude Code skill that converts Markdown documents to HTML, PDF, and other formats with syntax highlighting and custom CSS.

About

markdown-converter is a Claude Code skill that converts Markdown documents to HTML, PDF, and other formats using a bundled Python script based on Python-Markdown. A developer uses it to render documentation with syntax highlighting, tables, and custom CSS, including batch conversion. It is useful for publishing READMEs and docs.

  • Converts Markdown to HTML and PDF
  • Supports syntax highlighting and custom CSS
  • Batch-converts multiple files

Markdown Converter by the numbers

  • 26 all-time installs (skills.sh)
  • Ranked #958 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

markdown-converter capabilities & compatibility

Capabilities
markdown to html · markdown to pdf · syntax highlighting
Use cases
documentation
Pricing
Free
From the docs

What markdown-converter says it does

Convert Markdown documents to HTML, PDF, and other formats with support for syntax highlighting, tables, and custom CSS.
SKILL.md
python scripts/markdown_converter.py doc.md --format pdf --output doc.pdf
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill markdown-converter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Convert Markdown docs to HTML or PDF with syntax highlighting and custom CSS.

When should I use this skill?

A developer needs to convert Markdown or render documentation.

What you get

The developer gets HTML or PDF output rendered from Markdown.

By the numbers

  • Converts to HTML and PDF; supports batch conversion of multiple files

Files

SKILL.mdMarkdownGitHub ↗

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: ✅

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.