summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src
diff options
context:
space:
mode:
authorGravatar delucis <delucis@users.noreply.github.com> 2023-01-09 09:25:26 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-09 09:25:26 +0000
commit62ae11408efeb714061b639639c798812ae5f565 (patch)
treedbb93f4e2a75d824b04fe2c9cccc34965f0b217c /packages/markdown/remark/src
parent16107b6a10514ef1b563e585ec9add4b14f42b94 (diff)
downloadastro-62ae11408efeb714061b639639c798812ae5f565.tar.gz
astro-62ae11408efeb714061b639639c798812ae5f565.tar.zst
astro-62ae11408efeb714061b639639c798812ae5f565.zip
[ci] format
Diffstat (limited to 'packages/markdown/remark/src')
-rw-r--r--packages/markdown/remark/src/rehype-collect-headings.ts1
1 files changed, 0 insertions, 1 deletions
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';