mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
6eac1cb656
@types/markdown-it-container targets a different @types/markdown-it build, so its plugin signature doesn't unify with our MarkdownIt instance — astro check (tsc) failed. Cast it to the expected use() parameter type.