File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import highlight from './highlight.mjs' ;
2
2
import replaceLinkPlugin from './markdown-it-replace-link.mjs' ;
3
- import emojiPlugin from 'markdown-it-emoji' ;
3
+ // @ts -expect-error missing types
4
+ import { full as emojiPlugin } from 'markdown-it-emoji' ;
4
5
import anchorPlugin from 'markdown-it-anchor' ;
5
6
import containerPlugin from 'markdown-it-container' ;
6
7
import autoInjectComponentsPlugin from './markdown-it-auto-inject-components.mjs' ;
Original file line number Diff line number Diff line change 106
106
"@types/less" : " ^3.0.3" ,
107
107
"@types/markdown-it" : " ^13.0.0" ,
108
108
"@types/markdown-it-container" : " ^2.0.5" ,
109
- "@types/markdown-it-emoji" : " ^2.0.2 " ,
109
+ "@types/markdown-it-emoji" : " ^2.0.4 " ,
110
110
"@types/mocha" : " ^10.0.0" ,
111
111
"@types/node" : " ^20.0.0" ,
112
112
"@types/postcss-safe-parser" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments