Markdown To Html

🏢Official
by github · vlatest · Repository

Converts GitHub Flavored Markdown text into clean, semantic HTML code for display or further processing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add markdown-to-html npx -- -y @trustedskills/markdown-to-html
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "markdown-to-html": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/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 text into valid HTML, preserving formatting such as headers, lists, links, and code blocks. It ensures that structured content is rendered correctly in web environments.

When to use it

  • You need to display Markdown content on a website or application that requires HTML output.
  • You are generating documentation dynamically from Markdown files.
  • You want to embed formatted text into an HTML email or report.
  • You're working with static site generators or CMS platforms that rely on HTML input.

Key capabilities

  • Converts headers, lists, and paragraphs to their corresponding HTML tags.
  • Handles links, images, and code blocks using proper syntax.
  • Supports common Markdown extensions like tables and footnotes.

Example prompts

  • "Convert this Markdown text into HTML: # Heading\nThis is a paragraph."
  • "Render the following list as HTML:\n- Item 1\n- Item 2"
  • "Turn this code block into an HTML preformatted section:\npython\nprint('Hello, world!')\n"

Tips & gotchas

  • Ensure your Markdown input is well-formed to avoid unexpected output.
  • Some advanced Markdown features may not be supported depending on the implementation used.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.2k

🏢 Official

Published by the company or team that built the technology.