feat(baoyu-markdown-to-html): add CLI customization options and EXTEND.md config support

Add --color, --font-family, --font-size, --code-theme, --mac-code-block,
--line-number, --cite, --count, --legend options. Support EXTEND.md for
default preferences. Add code highlight theme fetching and mermaid fix.
This commit is contained in:
Jim Liu 宝玉
2026-02-28 01:15:16 -06:00
parent 35eeb62f10
commit 77204d2e4a
5 changed files with 286 additions and 48 deletions
@@ -269,6 +269,7 @@ pre.code__pre,
padding: 0 !important;
line-height: 1.5;
margin: 10px 8px;
box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}
/* ==================== 图片 ==================== */