next.config.js like this
const withMDX = createMDX({
options: {
remarkPlugins: [],
rehypePlugins: [['rehype-katex', { strict: true, throwOnError: true }]],
},
})
but codehike can not use name
import {remarkCodeHike, recmaCodeHike} from 'codehike/mdx'
???
so,what should I do?