[ci] format
This commit is contained in:
parent
a11b62ee1f
commit
8b5c311b34
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue