Baoyu Markdown To Html
Converts Markdown text into clean, formatted HTML code using a specialized style inspired by Bao Yu.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dieterwang7-baoyu-markdown-to-html npx -- -y @trustedskills/dieterwang7-baoyu-markdown-to-html
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dieterwang7-baoyu-markdown-to-html": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dieterwang7-baoyu-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 further processing of Markdown content within AI agent workflows. The conversion preserves formatting elements like headings, lists, and links.
When to use it
- Generating web page previews: Convert Markdown notes into HTML snippets for displaying previews in a note-taking application.
- Creating documentation: Transform Markdown documents used for internal or external documentation into formatted HTML pages.
- Formatting reports: Convert Markdown-formatted report drafts into presentable HTML output.
- Displaying rich text from data sources: Render Markdown content retrieved from databases or APIs as visually appealing HTML.
Key capabilities
- Markdown to HTML conversion
- Preserves formatting elements (headings, lists, links)
Example prompts
- "Convert this markdown to HTML:
# My Heading\n\nThis is a paragraph." - "Please render the following Markdown as HTML:
* Item 1\n* Item 2" - "Generate HTML from this text:
[Link](https://example.com)"
Tips & gotchas
The skill expects valid Markdown syntax for optimal results. Complex or unconventional Markdown may not be rendered correctly.
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.