Markdown 转 HTML · clawam可用
無料オンラインMarkdown To HTML。UMD依存ゼロの手書きパーサーでGFMテーブル・コードブロック・タスクリストに対応。純フロントエンド動作のMarkdown→HTML変換ツールです。提供:clawam.com。
使い方
機能
- 手写 MD 解析器(无 marked.js 等 UMD 依赖)
- 支持:H1-H6 / 粗斜体 / 代码块 / 链接 / 图片 / 列表 / 表格 / 任务列表 / 引用
- 4 主题:GitHub / 极简 / 暗色 / 公众号
- XSS 自动转义
利用シーン
- 博客/公众号排版 / 文档生成 / 网页内容发布
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/markdown_to_html/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/markdown_to_html/schema.json // Step 2: 在浏览器中执行工具逻辑 // MD 转换 在工具页 JS 中实现