mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[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 {
|
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;
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Add table
Reference in a new issue