summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-05-19 18:14:41 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-05-19 18:14:41 +0000
commit358d1dc92f528c6d43d7e85e55889fc76c83ee4d (patch)
tree4d6c3b02fa4e67c04b74359b85f26c8392dbd1a5 /packages/integrations/markdoc/src
parenta9e1cd7e58794fe220539c2ed935c9eb96bab55a (diff)
downloadastro-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.ts2
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';