show-markdown
Installation
SKILL.md
Show Markdown in Browser
Render markdown content in a browser using a clean, styled HTML page with CDN-based markdown parsing.
When to Use
Use this skill when the user:
- Asks to display or preview markdown files in a browser
- Wants to see how markdown content looks when rendered
- Requests visual markdown rendering with proper styling
- Needs to quickly view markdown documentation
How It Works
The skill uses:
- marked.js: Fast markdown parser loaded via CDN
- HTML template: Pre-styled template with clean CSS
- Python script: Generates HTML from markdown and opens it in the browser