0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[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 { import type {
ConfigType as MarkdocConfig,
Config, Config,
ConfigType as MarkdocConfig,
MaybePromise,
NodeType, NodeType,
Schema, Schema,
MaybePromise,
} from '@markdoc/markdoc'; } from '@markdoc/markdoc';
import _Markdoc from '@markdoc/markdoc'; import _Markdoc from '@markdoc/markdoc';
import type { AstroInstance } from 'astro';
import { heading } from './heading-ids.js'; import { heading } from './heading-ids.js';
type Render = AstroInstance['default'] | string; type Render = AstroInstance['default'] | string;

View file

@ -1,7 +1,7 @@
import Markdoc, { import Markdoc, {
type Config as MarkdocConfig,
type RenderableTreeNode, type RenderableTreeNode,
type Schema, type Schema,
type Config as MarkdocConfig,
} from '@markdoc/markdoc'; } from '@markdoc/markdoc';
import Slugger from 'github-slugger'; import Slugger from 'github-slugger';
import { getTextContent } from './runtime.js'; import { getTextContent } from './runtime.js';