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镜像同步中
技能文档
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.