We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27f2e9 commit 569b2deCopy full SHA for 569b2de
src/compiler/md.ts
@@ -1,7 +1,6 @@
1
import type { SlideInfo } from '@slidev/types'
2
import type { CompileCssOptions, CompileOptions, CompileResult } from '../types'
3
import MarkdownIt from 'markdown-it'
4
-// @ts-expect-error missing types
5
import MarkdownItFootnote from 'markdown-it-footnote'
6
import MarkdownItMdc from 'markdown-it-mdc'
7
import { createBuiltInCompWrapperPlugin, createCustomCompWrapperPlugin } from '../runtime/compWrapper'
0 commit comments