tidy AppConfig types, md-it shims, dead CSS

This commit is contained in:
Yuri Karamian
2026-06-08 21:21:54 +02:00
parent 4fb99c7e39
commit 9d82f2aed7
3 changed files with 7 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
// Ambient type shims for markdown-it plugins that ship without their own TypeScript
// declarations. Type-only; no runtime effect.
declare module 'markdown-it-mark';
declare module 'markdown-it-sub';
declare module 'markdown-it-sup';