初始版本
This commit is contained in:
12
.nuxt/mdc-imports.mjs
Normal file
12
.nuxt/mdc-imports.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import _RemarkEmoji from 'remark-emoji'
|
||||
import _Highlight from '/Users/gxwebsoft/VUE/jczxw-pc/node_modules/.pnpm/@nuxtjs+mdc@0.20.2_magicast@0.5.1/node_modules/@nuxtjs/mdc/dist/runtime/highlighter/rehype-nuxt.js'
|
||||
|
||||
export const remarkPlugins = {
|
||||
'remark-emoji': { instance: _RemarkEmoji },
|
||||
}
|
||||
|
||||
export const rehypePlugins = {
|
||||
'highlight': { instance: _Highlight, options: {} },
|
||||
}
|
||||
|
||||
export const highlight = {"theme":{"default":"github-light","dark":"github-dark"}}
|
||||
Reference in New Issue
Block a user