Skip to content

Commit

Permalink
fix(type): markdown-it plugin type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Jul 9, 2024
1 parent 4f5bd32 commit 369c0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/plugins/externalLinkIcon.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type MarkdownIt from 'markdown-it'
import type { RenderRule } from 'markdown-it/lib/renderer'
import type { RenderRule } from 'markdown-it/lib/renderer.mjs'


const externalIcon = `
Expand Down

0 comments on commit 369c0cd

Please sign in to comment.