File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import highlight from './highlight.mjs' ;
22import 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' ;
45import anchorPlugin from 'markdown-it-anchor' ;
56import containerPlugin from 'markdown-it-container' ;
67import autoInjectComponentsPlugin from './markdown-it-auto-inject-components.mjs' ;
Original file line number Diff line number Diff line change 106106 "@types/less" : " ^3.0.3" ,
107107 "@types/markdown-it" : " ^13.0.0" ,
108108 "@types/markdown-it-container" : " ^2.0.5" ,
109- "@types/markdown-it-emoji" : " ^2.0.2 " ,
109+ "@types/markdown-it-emoji" : " ^2.0.4 " ,
110110 "@types/mocha" : " ^10.0.0" ,
111111 "@types/node" : " ^20.0.0" ,
112112 "@types/postcss-safe-parser" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments