How to access to internal markdown-it object? #3752
Unanswered
HeekangPark
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There is createMarkdownRenderer API but the markdown-it instance is only available at server-side. You won't be able to use it from client code if your props are dynamic. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any method to access to the Vitepress's internal markdown-it object?
I create a custom Vue component, and I hope I can render markdown(especially, a mathjax statement) text passed to it with props.
Is there any method to do it?
Beta Was this translation helpful? Give feedback.
All reactions