Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 12, 2023
1 parent 66661fe commit 3b0f29c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/markdown-it-shikiji/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type MarkdownIt from 'markdown-it'
import { addClassToHast, bundledLanguages, getHighlighter } from 'shikiji'
import type { BuiltinLanguage, BuiltinTheme, CodeOptionsMeta, CodeOptionsThemes, CodeToHastOptions, Highlighter, LanguageInput, TransformerOptions } from 'shikiji'
import type { Root } from 'hast'
import { parseHighlightLines } from '../../shared/line-highlight'

export type MarkdownItShikijiOptions = MarkdownItShikijiSetupOptions & {
Expand Down

0 comments on commit 3b0f29c

Please sign in to comment.