diff options
author | 2023-01-09 09:25:26 +0000 | |
---|---|---|
committer | 2023-01-09 09:25:26 +0000 | |
commit | 62ae11408efeb714061b639639c798812ae5f565 (patch) | |
tree | dbb93f4e2a75d824b04fe2c9cccc34965f0b217c /packages/markdown/remark/src | |
parent | 16107b6a10514ef1b563e585ec9add4b14f42b94 (diff) | |
download | astro-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.ts | 1 |
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'; |