Skip to content

Commit 40fc5f7

Browse files
committed
Add markdown to WeChat formatter tool
1 parent c7ee96b commit 40fc5f7

3 files changed

Lines changed: 884 additions & 1 deletion

File tree

index.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"lastUpdated": "2025-12-31",
3+
"lastUpdated": "2026-01-02",
44
"tools": [
55
{
66
"id": "json-to-yaml",
@@ -3052,6 +3052,31 @@
30523052
"updatedAt": "2025-12-31",
30533053
"featured": false,
30543054
"repo": "https://github.com/justhtmls/html-tools"
3055+
},
3056+
{
3057+
"id": "markdown-to-wechat",
3058+
"name": "Markdown 转公众号排版",
3059+
"slug": "markdown-to-wechat",
3060+
"category": "converter",
3061+
"tags": [
3062+
"markdown",
3063+
"wechat",
3064+
"formatter",
3065+
"article"
3066+
],
3067+
"author": "JustHTMLs",
3068+
"authorUrl": "https://github.com/justhtmls",
3069+
"version": "1.0.0",
3070+
"description": "将 Markdown 转换为公众号排版样式,赛博科技蓝色系",
3071+
"longDescription": "将 Markdown 直接转换为公众号友好的排版样式,强调清晰层级与科技蓝色点缀,支持一键复制公众号 HTML。",
3072+
"icon": "💠",
3073+
"color": "#38bdf8",
3074+
"entry": "tools/markdown-to-wechat/app.html",
3075+
"detail": "tools/markdown-to-wechat/index.html",
3076+
"createdAt": "2026-01-02",
3077+
"updatedAt": "2026-01-02",
3078+
"featured": true,
3079+
"repo": "https://github.com/justhtmls/html-tools"
30553080
}
30563081
],
30573082
"categories": [

0 commit comments

Comments
 (0)