migrate on nuxt3
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/dkoziavin/code/sub-projects/e-book/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