12 lines
464 B
JavaScript
12 lines
464 B
JavaScript
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"}} |