Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and natemoo-re committed Jun 6, 2023
1 parent fa5c8b1 commit 7a08ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/integrations/markdoc/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type { AstroInstance } from 'astro';
import type {
ConfigType as MarkdocConfig,
Config,
ConfigType as MarkdocConfig,
MaybePromise,
NodeType,
Schema,
MaybePromise,
} from '@markdoc/markdoc';
import _Markdoc from '@markdoc/markdoc';
import type { AstroInstance } from 'astro';
import { heading } from './heading-ids.js';

type Render = AstroInstance['default'] | string;
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/src/heading-ids.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Markdoc, {
type Config as MarkdocConfig,
type RenderableTreeNode,
type Schema,
type Config as MarkdocConfig,
} from '@markdoc/markdoc';
import Slugger from 'github-slugger';
import { getTextContent } from './runtime.js';
Expand Down

0 comments on commit 7a08ddc

Please sign in to comment.