`)\r\n\r\nI'm currently working on migrating and documenting the excellent Spectre CSS docs and am using Vitepress.\r\n\r\nI'm developing an ejected and modified default theme which has already come some way to solving this problem:\r\n\r\n- [original](https://picturepan2.github.io/spectre/components/menu.html) (custom app)\r\n- [migrated](https://spectre-org.github.io/spectre-docs/docs/components/menu.html) (VitePress with modified default theme)\r\n - note the `vp-doc` formatting which is all Spectre CSS\r\n - some fixed, and some not-yet fixed clashes of general class names\r\n\r\nFor reference to the use case (documenting a 3rd-party framework) here is the raw markdown page:\r\n\r\n- https://raw.githubusercontent.com/spectre-org/spectre-docs/main/docs/components/menu.md\r\n\r\nNote that:\r\n\r\n- Spectre CSS (or any other 3rd-party CSS framework) is now able to be simply \"dropped in\"\r\n- there is no pollution between VitePress and the 3rd-party framework\r\n- VitePress' default components remain fully-styled and work as they were before\r\n- `vp-doc` content can be safely used to demo any 3rd party HTML elements and classes\r\n\r\nI think I know enough to fix the problems in my modified theme and either:\r\n\r\n- publish a new \"neutral\" theme\r\n- port the changes to the default theme (ideal outcome)\r\n\r\nThere's actually not that much work; it's:\r\n\r\n- renaming the general component classes\r\n- moving some `vp-doc` classes to other locations\r\n- creating an additional unstyled entrypoint such as `without-formatting`\r\n\r\n### Describe alternatives you've considered\r\n\r\nPublishing the modified theme standalone, but then of course it would not benefit from ongoing updates.\r\n\r\n### Additional context\r\n\r\nI am proposing a PR in the coming weeks to integrate these updates.\r\n\r\n### Validations\r\n\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\r\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[2897],{"name":2866,"color":2867},3021,"Make the default theme compatible with 3rd-party CSS frameworks","2023-11-06T14:43:58Z","https://github.com/vuejs/vitepress/issues/3021",0.78525466,{"description":2904,"labels":2905,"number":2909,"owner":2869,"repository":2870,"state":2910,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### Describe the bug\n\nreferences image with zn name in .md like this and build docs\r\n\r\n\u003Cimg width=\"856\" alt=\"image\" src=\"https://user-images.githubusercontent.com/9570544/179921950-89313452-7a6c-4fd4-8d19-fdb81ab5b273.png\">\r\n\r\n\r\n\u003Cimg width=\"1009\" alt=\"image\" src=\"https://user-images.githubusercontent.com/9570544/179922042-d8b31c41-ad2b-4ae2-8923-9d988ab5dd6f.png\">\r\n\n\n### Reproduction\n\n1、references image with zn name in .md \r\n2、build docs\n\n### Expected behavior\n\nbuild success\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 11.6\r\n CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz\r\n Memory: 65.65 MB / 8.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 15.14.0 - ~/.nvm/versions/node/v15.14.0/bin/node\r\n Yarn: 1.22.4 - /usr/local/bin/yarn\r\n npm: 7.24.0 - ~/.nvm/versions/node/v15.14.0/bin/npm\r\n Watchman: 4.9.0 - /usr/local/bin/watchman\r\n Browsers:\r\n Chrome: 103.0.5060.114\r\n Safari: 14.1.2\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2906],{"name":2907,"color":2908},"bug: pending triage","e99695",1021,"closed","image use zn name in md build faild","2023-01-21T14:30:19Z","https://github.com/vuejs/vitepress/issues/1021",0.75548303,{"description":2916,"labels":2917,"number":2921,"owner":2869,"repository":2870,"state":2910,"title":2922,"updated_at":2923,"url":2924,"score":2925},"Currently it's not styled. Let's style it! 🎨 ",[2918],{"name":2919,"color":2920},"theme","0754FB",649,"[next] Style 404 page","2023-01-21T14:35:58Z","https://github.com/vuejs/vitepress/issues/649",0.76621646,{"description":2927,"labels":2928,"number":2929,"owner":2869,"repository":2870,"state":2910,"title":2930,"updated_at":2931,"url":2932,"score":2933},"How to do theme inheritance like VuePress in VitePress\r\n\r\nVuePress docs: https://vuepress.vuejs.org/theme/inheritance.html\r\n\r\nI would like to inherit the theme-default and change some component.\r\n\r\nThanks.",[],2102,"How to inherit theme","2023-03-17T13:23:25Z","https://github.com/vuejs/vitepress/issues/2102",0.76716024,{"description":2935,"labels":2936,"number":2938,"owner":2869,"repository":2870,"state":2910,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### Is your feature request related to a problem? Please describe.\n\nHey, can you expose [`isDark`](https://github.com/vuejs/vitepress/blob/acca3a81c3096e24bff3524fbd3f12a55896c61c/src/client/theme-default/components/VPSwitchAppearance.vue#L7)\r\n\r\nFor example, I use hasClass to get whether there is a dark class in html or directly from storage, they are not responsive\n\n### Describe the solution you'd like\n\nIt may be used to adapt to dark mode when paired with some component libraries, thanks\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[2937],{"name":2919,"color":2920},923,"Hey, can you expose `isDark`","2023-01-21T14:32:45Z","https://github.com/vuejs/vitepress/issues/923",0.77024174,{"description":2944,"labels":2945,"number":2947,"owner":2869,"repository":2870,"state":2910,"title":2948,"updated_at":2949,"url":2950,"score":2951},"_Originally posted by @brc-dd in https://github.com/vuejs/vitepress/issues/1152#issuecomment-1214753422_",[2946],{"name":2919,"color":2920},1169,"UI inconsistencies with code blocks","2023-01-21T14:28:44Z","https://github.com/vuejs/vitepress/issues/1169",0.77081555,{"description":2953,"labels":2954,"number":2955,"owner":2869,"repository":2870,"state":2910,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Is your feature request related to a problem? Please describe.\n\n抱歉,我英文不好,所以我写中文了。\r\n\r\n我是从 VuePress 迁移来的用户,我有一个场景两级侧边栏的场景。\r\n\r\n数据库文档,分为「表和字段」、「字典数据」、「默认配置数据」等一级栏目,其中数据表很多,所以「表和字段」侧边栏又对数据表进行了归类,形成了第二级侧边栏,效果如下图:\r\n\r\n\u003Cimg width=\"1467\" alt=\"image\" src=\"https://user-images.githubusercontent.com/22316055/181681223-b143cbfe-0729-43af-bffb-9a136b8937b9.png\">\r\n\n\n### Describe the solution you'd like\n\n如问题描述,建议 VitePress 支持两级侧边栏,希望能被采纳,谢谢。\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],1085,"Suggested support for two-level sidebars","2023-01-21T14:30:01Z","https://github.com/vuejs/vitepress/issues/1085",0.7740209,["Reactive",2961],{},["Set"],["ShallowReactive",2964],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWSGnxjG-Jbm-6kWwPsFGhMV0AdG9ykHd2uQurXYMbWE":-1},"/vuejs/vitepress/2628"]