refactor: replace Bun.markdown with marked library and custom renderer

This commit is contained in:
mitchell 2026-05-25 19:35:47 -04:00
parent 4f9e7a7a1a
commit b212fee200
3 changed files with 169 additions and 120 deletions

View file

@ -35,6 +35,7 @@
"ansi-styles": "^6.2.3",
"chalk": "^5.6.2",
"happy-dom-without-node": "^14.12.3",
"marked": "^18.0.4",
"shiki": "^4.0.2",
"terminal-link": "^5.0.0"
}