You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
there is no context info currently, such as filepath/vite compiler, when markdown-it parse markdown files, and this leads to the inability to resolve relative file path when parsing markdown files, or add dependency to compiler to make hmr work as expected
Is your feature request related to a problem? Please describe.
there is no context info currently, such as
filepath
/vite compiler
, whenmarkdown-it
parse markdown files, and this leads to the inability to resolve relative file path when parsing markdown files, or add dependency to compiler to make hmr work as expectedfor example,
snippet
vitepress/src/node/markdown/plugins/snippet.ts
Lines 145 to 147 in ea6cb00
Describe the solution you'd like
add meta to
markdown-it
be called) whenrender
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: