-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use nuxt-shiki
#164
feat: use nuxt-shiki
#164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM with overall changes.
Hnading over to @farnabaz to see what is needed.
@pi0 Since the module is installed and |
Checking locally, we need to update I will check tomorrow more too. (also /cc @antfu if you have any recommendations for migration) |
Using Currently, there are some known use-cases that we are using MDC module to parse/render markdown files in non-Nuxt applications.
|
Interesting point... I am open to also expose runtime of |
on it |
What do you think of improving the usage in MDC instead of separating the logic into another package? |
I am building |
I understand how tricky it is. I'm not against building I just don't get why it needs to be done in a separate module. What is the limitation that we need to separate it? Maybe I'm missing something. |
Simply not duplicating the same thing and reducing maintenance/sync costs. Sent you a message in Slack if you like to talk :) |
Again I'm not against Anyway like I said in nuxt/ui#1361 (comment) we can adopt it. |
@cpreston321 @farnabaz I am no longer interested in this topic. feel free to continue on this PR or close... |
I will close this PR. |
This PR seemed to be triggered by unjs/undocs#100
I'm now experiencing the same error but with ui-pro (docs), see nuxt-modules/storybook#690. What's the best/recommended way to fix such an error now? |
resolves #148
In this PR I added the module
nuxt-shiki
.Which controls the main core level to shiki like loading wasm binary, exposes functions for other projects to then consume in there projects.
cc:// @atinux @pi0