From 358d1dc92f528c6d43d7e85e55889fc76c83ee4d Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 19 May 2023 18:14:41 +0000 Subject: [PATCH] [ci] format --- packages/integrations/markdoc/src/nodes/heading.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/src/nodes/heading.ts b/packages/integrations/markdoc/src/nodes/heading.ts index 19a988b63aaa..0210e9b9080e 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';