We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bfe44 commit de15a72Copy full SHA for de15a72
packages/integrations/markdoc/src/index.ts
@@ -1,5 +1,6 @@
1
import type { AstroIntegration } from 'astro';
2
import type { InlineConfig } from 'vite';
3
+import _Markdoc from '@markdoc/markdoc';
4
5
export default function markdoc(partialOptions: {} = {}): AstroIntegration {
6
return {
@@ -25,3 +26,5 @@ export default function markdoc(partialOptions: {} = {}): AstroIntegration {
25
26
},
27
};
28
}
29
+
30
+export const Markdoc = _Markdoc;
0 commit comments