refactor: share markdown renderer via baoyu-md

This commit is contained in:
Jim Liu 宝玉
2026-03-13 10:20:28 -05:00
parent c62cda4424
commit 056fa06c3b
427 changed files with 10831 additions and 3816 deletions
@@ -0,0 +1,8 @@
{
"name": "baoyu-markdown-to-html-scripts",
"private": true,
"type": "module",
"dependencies": {
"baoyu-md": "file:./vendor/baoyu-md"
}
}