-
I've been searching, this issue #2116 and the docs seem to suggest it does, but somehow I can't get it to work. `const codeInline: string = 'highlighted code inline'`{lang="ts"} If it really does work, please point me to a working example/config. I could also open an issue and whip up a repro if needed. Many thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
nobkd
Sep 17, 2023
Replies: 1 comment 1 reply
-
In theory this should work. But it looks like there's an issue with I'll try to find the cause of the problem. Ok, made a PR: nuxt-modules/mdc#39 Seems like this was not correctly moved when the MDC parser was extracted to its own module. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ijkml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory this should work.
But it looks like there's an issue with
nuxt-modules/mdc
.I'll try to find the cause of the problem.
Ok, made a PR: nuxt-modules/mdc#39
Seems like this was not correctly moved when the MDC parser was extracted to its own module.