feat(baoyu-post-to-wechat): internalize markdown conversion with modular renderer and color support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Liu 宝玉
2026-03-01 00:01:05 -06:00
parent 226d501e9e
commit 8787cbe85b
90 changed files with 3273 additions and 847 deletions
@@ -20,7 +20,20 @@ container {
text-align: left;
}
/* ==================== Global resets ==================== */
blockquote {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
/* 去除第一个元素的 margin-top */
#output section > :first-child {
margin-top: 0 !important;
}
.mermaid-diagram .nodeLabel p {
color: unset !important;
letter-spacing: unset !important;
}