Skip to content

Commit

Permalink
wip: expose Markdoc from integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent 83bfe44 commit de15a72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/integrations/markdoc/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { AstroIntegration } from 'astro';
import type { InlineConfig } from 'vite';
import _Markdoc from '@markdoc/markdoc';

export default function markdoc(partialOptions: {} = {}): AstroIntegration {
return {
Expand All @@ -25,3 +26,5 @@ export default function markdoc(partialOptions: {} = {}): AstroIntegration {
},
};
}

export const Markdoc = _Markdoc;

0 comments on commit de15a72

Please sign in to comment.