UNPKG

@autoanki/plugin-content-markdown

Version:

Extract Anki cards from Markdown fiels

8 lines (7 loc) 156 B
/** * We use esbuild to bundle CSS and to load the bundled CSS as string */ declare module '*.css' { const content: string; export default content; }