[ci] format

This commit is contained in:
bholmesdev 2023-06-06 18:51:14 +00:00 committed by fredkbot
parent a11b62ee1f
commit 8b5c311b34
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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';