Canghe Markdown To Html
Converts FreestyleFly's canghe markdown files into clean, functional HTML code for web display.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add canghe-markdown-to-html npx -- -y @trustedskills/canghe-markdown-to-html
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"canghe-markdown-to-html": {
"command": "npx",
"args": [
"-y",
"@trustedskills/canghe-markdown-to-html"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill converts Markdown formatted text into HTML. It takes a string of Markdown as input and returns the equivalent HTML representation, allowing for easy display or integration with web applications. The conversion handles standard Markdown syntax including headings, lists, links, and basic formatting.
When to use it
- Generating website content from Markdown drafts.
- Displaying formatted notes within an application.
- Converting documentation written in Markdown to a web-friendly format.
- Preparing text for email newsletters or social media posts that require HTML rendering.
Key capabilities
- Markdown to HTML conversion
- Handles standard Markdown syntax
- Returns HTML output
Example prompts
- "Convert this markdown to HTML:
# My Title\n\nThis is a paragraph." - "Please render the following as HTML:
* Item 1\n* Item 2" - "I have some Markdown, can you convert it?
[Link](https://example.com)"
Tips & gotchas
The skill relies on standard Markdown syntax; complex or non-standard Markdown may not be converted correctly. Ensure the input is valid Markdown for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.