From 62ae11408efeb714061b639639c798812ae5f565 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 9 Jan 2023 09:25:26 +0000 Subject: [PATCH] [ci] format --- packages/markdown/remark/src/rehype-collect-headings.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/markdown/remark/src/rehype-collect-headings.ts b/packages/markdown/remark/src/rehype-collect-headings.ts index 142f796d6..97fe30401 100644 --- a/packages/markdown/remark/src/rehype-collect-headings.ts +++ b/packages/markdown/remark/src/rehype-collect-headings.ts @@ -1,5 +1,4 @@ import Slugger from 'github-slugger'; -import { toHtml } from 'hast-util-to-html'; import { visit } from 'unist-util-visit'; import type { MarkdownHeading, MarkdownVFile, RehypePlugin } from './types.js';