summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src/remark-prism.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/remark/src/remark-prism.ts')
-rw-r--r--packages/markdown/remark/src/remark-prism.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/remark-prism.ts b/packages/markdown/remark/src/remark-prism.ts
index 80037a3e3..6147d9ee9 100644
--- a/packages/markdown/remark/src/remark-prism.ts
+++ b/packages/markdown/remark/src/remark-prism.ts
@@ -1,6 +1,5 @@
import { runHighlighterWithAstro } from '@astrojs/prism/dist/highlighter';
import { visit } from 'unist-util-visit';
-const noVisit = new Set(['root', 'html', 'text']);
type MaybeString = string | null | undefined;