// 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';