Xinyu Liu
Xinyu Liu
Currently, we could use user config as the light mode theme-color, and use `--c-bg` as the dark mode theme-color implicitly. Also, the `themeConfig.themeColorLight / themeColorDark` could be an alternative. ---...
> IMO, as we are providing both chinese and english docs, it's reasonable to keep both the languages in the final options provided to users to make sure they get...
Also having a `create-vuepress-site` 😅
VitePress implement a custom markdown-it plugin to resolve this issue: - https://github.com/vuejs/vitepress/issues/450 - https://github.com/vuejs/vitepress/pull/514 However, it's not an ideal solution. It made the alias fail to work.
I'm planning to extract those md-it plugins to a standalone project
Would introduce lots of breaking changes for sure.
Seems like an issue of vue core.
I've noticed this before in some docs translation repo. I think users could use it with `extendsMarkdown` by themselves as needed. Might be a good idea to integrate it by...
> Nope, I think that's hard. I was trying to build one long time ago, but I met some issues. Well, it seems to work well here with a rough...
Don't close issue too casually. We could consider to integrate it .