Cn Markdown To Html
v1.0.0Convert Markdown to HTML with basic styling. Support headers, bold, italic, links, code blocks. Pure Python standard 库, no API key required.
0· 0·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install cn-markdown-to-html
镜像加速npx clawhub@latest install cn-markdown-to-html --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Cn Markdown To Html 安装说明: 安装命令:["openclaw skills install cn-markdown-to-html"] 该技能用于国内通用相关操作,可能需要相应的平台账号或API密钥
技能文档
Markdown to HTML
Convert Markdown files to HTML.
Features Convert headers (H1, H2, H3) 格式化 bold and italic text Convert links 格式化 inline and block code 生成 complete HTML document Pure Python, no external dependencies Supported Markdown Elements Markdown HTML # Header
Header
Header
bold bold italic italic codecode
text text
Usage
python3 scripts/md_to_html.py --file readme.mdExample
输入 (readme.md):
# My Project
This is bold and italic text.
输出: Complete HTML document with proper 格式化ting.