Cn Markdown To Html
/install cn-markdown-to-html
Markdown to HTML
Convert Markdown files to HTML.
Features
- Convert headers (H1, H2, H3)
- Format bold and italic text
- Convert links
- Format inline and block code
- Generate complete HTML document
- Pure Python, no external dependencies
Supported Markdown Elements
| Markdown | HTML |
|---|---|
| # Header | \x3Ch1> |
| ## Header | \x3Ch2> |
| ### Header | \x3Ch3> |
| bold | \x3Cstrong>bold\x3C/strong> |
| italic | \x3Cem>italic\x3C/em> |
code |
\x3Ccode>code\x3C/code> |
| text | \x3Ca href="url">text\x3C/a> |
Usage
python3 scripts/md_to_html.py --file readme.md
Example
Input (readme.md):
# My Project
This is **bold** and *italic* text.
[Visit example.com](https://example.com)
Output: Complete HTML document with proper formatting.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-markdown-to-html - After installation, invoke the skill by name or use
/cn-markdown-to-html - Provide required inputs per the skill's parameter spec and get structured output
What is Cn Markdown To Html?
Convert Markdown to HTML with basic styling. Support headers, bold, italic, links, code blocks. Pure Python standard library, no API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 24 downloads so far.
How do I install Cn Markdown To Html?
Run "/install cn-markdown-to-html" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Markdown To Html free?
Yes, Cn Markdown To Html is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Markdown To Html support?
Cn Markdown To Html is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Markdown To Html?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.