diff options
author | 2023-05-19 18:14:41 +0000 | |
---|---|---|
committer | 2023-05-19 18:14:41 +0000 | |
commit | 358d1dc92f528c6d43d7e85e55889fc76c83ee4d (patch) | |
tree | 4d6c3b02fa4e67c04b74359b85f26c8392dbd1a5 /packages/integrations/markdoc/src | |
parent | a9e1cd7e58794fe220539c2ed935c9eb96bab55a (diff) | |
download | astro-358d1dc92f528c6d43d7e85e55889fc76c83ee4d.tar.gz astro-358d1dc92f528c6d43d7e85e55889fc76c83ee4d.tar.zst astro-358d1dc92f528c6d43d7e85e55889fc76c83ee4d.zip |
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/src')
-rw-r--r-- | packages/integrations/markdoc/src/nodes/heading.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/src/nodes/heading.ts b/packages/integrations/markdoc/src/nodes/heading.ts index 19a988b63..0210e9b90 100644 --- a/packages/integrations/markdoc/src/nodes/heading.ts +++ b/packages/integrations/markdoc/src/nodes/heading.ts @@ -1,4 +1,4 @@ -import Markdoc, { type RenderableTreeNode, type Schema, type ConfigType } from '@markdoc/markdoc'; +import Markdoc, { type ConfigType, type RenderableTreeNode, type Schema } from '@markdoc/markdoc'; import Slugger from 'github-slugger'; import { getTextContent } from '../runtime.js'; |