```\r\n\r\nIt doesn't seem to be correct:\r\n\r\n\r\n\r\nHow to make it look correct, just like on the homepage?:\r\n\r\n\r\n\r\n",[2884],{"name":2871,"color":2872},4273,"How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.7309434,{"description":2891,"labels":2892,"number":2894,"owner":2874,"repository":2875,"state":2876,"title":2895,"updated_at":2896,"url":2897,"score":2898},"### Describe the bug\n\nIt might be intentional, as documented it can be used to prevent router conflicts.\r\nBut what if I want the link in `vp-raw` to have SPA behaviour? how can I achieve that? It's giving me headache that I want to both avoid built-in styles but also retain SPA navigation behaviour instead of refreshing the whole page.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-l6ciup?file=docs%2Findex.md\n\n### Expected behavior\n\nIt won't refresh the whole page\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\r\n Memory: 5.24 GB / 31.69 GB\r\n Binaries:\r\n Node: 20.11.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 10.8.2 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 9.6.0 - ~\\AppData\\Local\\pnpm\\pnpm.EXE\r\n Browsers:\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.22621.3527\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2893],{"name":2871,"color":2872},4112,"Distinguish style isolation, router isolation, and both","2025-03-02T18:08:47Z","https://github.com/vuejs/vitepress/issues/4112",0.7383592,{"description":2900,"labels":2901,"number":2906,"owner":2874,"repository":2875,"state":2876,"title":2907,"updated_at":2908,"url":2909,"score":2910},"### Is your feature request related to a problem? Please describe.\n\nDue to my markdown file is particularly large, resulting in packaged js file and the corresponding html file size are close to 3M b, which in turn leads to the browser first screen rendering DOM size is too large.\n\n### Describe the solution you'd like\n\nIs it possible to reduce the size of the first screen html and lazy load the rest of the dom?\r\n\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n\u003Cimg width=\"368\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/73653404/afe26e27-6e7a-489d-983a-42a6acbfff8e\">\r\n\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\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.",[2902,2903],{"name":2871,"color":2872},{"name":2904,"color":2905},"perf","378A61",3509,"DOM is oversized","2025-03-02T18:09:47Z","https://github.com/vuejs/vitepress/issues/3509",0.75063854,{"description":2912,"labels":2913,"number":2918,"owner":2874,"repository":2875,"state":2876,"title":2919,"updated_at":2920,"url":2921,"score":2922},"### Is your feature request related to a problem? Please describe.\n\nIn the monorepo development mode, sometimes the rendering in docs depends on the code in another repository, so when the code in another repository changes, it is expected to trigger a hot reload of docs\n\n### Describe the solution you'd like\n\nSupport configuration to watch specified folders to trigger hot reload\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.dev).\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.",[2914,2917],{"name":2915,"color":2916},"need more info","bdbefc",{"name":2871,"color":2872},4221,"Support hot reload by watching files not under docs","2024-12-03T17:27:50Z","https://github.com/vuejs/vitepress/issues/4221",0.751268,{"description":2924,"labels":2925,"number":2927,"owner":2874,"repository":2875,"state":2876,"title":2928,"updated_at":2929,"url":2930,"score":2931},"### Is your feature request related to a problem? Please describe.\n\nI am using obsidian ,hidden files and dir , this application in no found\n\n### Describe the solution you'd like\n\nCan I rename this dir .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.dev).\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.",[2926],{"name":2871,"color":2872},3793,".vitepress dir Whether you can rename it ? ","2024-06-23T07:11:50Z","https://github.com/vuejs/vitepress/issues/3793",0.7658659,{"description":2933,"labels":2934,"number":2938,"owner":2874,"repository":2875,"state":2939,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### Describe the bug\r\n\r\nUnable to jump to other pages from a page that entered by url provided from `createContentLoader`\r\n\r\n### Reproduction\r\n\r\n[minimal reproduction](https://stackblitz.com/edit/vite-czsta7?file=package.json)\r\nclick `article` then click `whatever` it goes to `whatever` page, then click on `excerpt` or whatever link will fail to render. \r\n\r\n### Expected behavior\r\n\r\nthe new page should be rendered after I click the link.\r\n\r\n### System Info\r\n\r\n```sh\r\n System:\r\n OS: Linux 5.15 Deepin 20.9 20.9\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz\r\n Memory: 1.94 GB / 7.48 GB\r\n Container: Yes\r\n Shell: 5.0.3 - /bin/bash\r\n Binaries:\r\n Node: 18.16.0 - /usr/bin/node\r\n npm: 9.6.6 - /usr/bin/npm\r\n npmPackages:\r\n vitepress: 1.0.0-beta.1 => 1.0.0-beta.1 \r\n```\r\n\r\n\r\n### Additional context\r\n\r\nThe problem is possibily linked to my customized script that uses `createContentLoader` to get the url, but I don't know why this happens.\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2935],{"name":2936,"color":2937},"bug: pending triage","e99695",2480,"closed","Unable to jump to other pages from a page that is entered by url provided from `createContentLoader`","2023-06-22T00:04:20Z","https://github.com/vuejs/vitepress/issues/2480",0.68662554,{"description":2945,"labels":2946,"number":2948,"owner":2874,"repository":2875,"state":2939,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Describe the bug\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\n```ts\r\nexport default defineConfig({\r\n // ...\r\n sidebar: [{\r\n text: 'Recursos',\r\n collapsed: false,\r\n items: [\r\n {\r\n text: 'Máquinas virtuales',\r\n link: '/recursos/vms',\r\n },\r\n {\r\n text: 'Commons Library',\r\n link: 'https://faq.utnso.com.ar/commons'\r\n },\r\n {\r\n text: 'Linux man pages',\r\n link: 'https://man7.org/linux/man-pages/'\r\n },\r\n {\r\n text: 'Enunciado del TP',\r\n link: 'https://faq.utnso.com.ar/enunciado'\r\n },\r\n {\r\n text: 'Documento de Pruebas',\r\n link: 'https://faq.utnso.com.ar/pruebas',\r\n },\r\n {\r\n text: 'TPs Anteriores',\r\n link: '/recursos/tps-anteriores',\r\n },\r\n ]\r\n }]\r\n});\r\n```\r\n\r\n### Expected behavior\r\n\r\n\r\n\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Linux 6.0 Pop!_OS 22.04 LTS\r\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\r\n Memory: 8.17 GB / 15.41 GB\r\n Container: Yes\r\n Shell: 5.8.1 - /usr/bin/zsh\r\n Binaries:\r\n Node: 16.14.0 - ~/.nvm/versions/node/v16.14.0/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v16.14.0/bin/yarn\r\n npm: 8.3.1 - ~/.nvm/versions/node/v16.14.0/bin/npm\r\n Browsers:\r\n Firefox: 109.0.1\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.47 => 1.0.0-alpha.47\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nI was able to align it properly by setting:\r\n```scss\r\n.VPSidebarItem {\r\n .VPLink.link {\r\n display: flex;\r\n flex-grow: unset;\r\n }\r\n\r\n .VPLink.link svg {\r\n align-self: center;\r\n }\r\n}\r\n```\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.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2947],{"name":2936,"color":2937},1962,"External link icon in sidebar not aligned properly","2023-03-05T00:04:51Z","https://github.com/vuejs/vitepress/issues/1962",0.71414083,{"description":2954,"labels":2955,"number":2959,"owner":2874,"repository":2875,"state":2939,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Describe the bug\r\n\r\nComponents at the start of a line/paragraph don't render their contents as Markdown despite other Markdown renders doing so.\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/vite-jgrywo?file=docs%2Findex.md\r\n\r\nLook at \"Some Markdown\" line. I expected it to render as Markdown...\r\n\r\n### Expected behavior\r\n\r\nIt should render as Markdown. When rendered by other systems at least it does. e.g. VS Code Markdown preview.\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 18.20.3 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.2.3 - /usr/local/bin/npm\r\n pnpm: 8.15.6 - /usr/local/bin/pnpm\r\n npmPackages:\r\n vitepress: latest => 1.2.3\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nVitePress:\r\n\r\n\r\nVS Code:\r\n\r\n\r\n\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2956],{"name":2957,"color":2958},"wont fix","EDEED1",4017,"Components at the start of a line/paragraph don't render their contents as Markdown","2024-07-11T04:42:20Z","https://github.com/vuejs/vitepress/issues/4017",0.71480274,{"description":2965,"labels":2966,"number":2968,"owner":2874,"repository":2875,"state":2939,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Describe the bug\r\n\r\nwhen I use 'npm run dev',it occurs the error of 'failed to start server. error:TypeError: section.titles.at is not a function',but the error is in 'node_moduls/vitepress/dist/node/serve-d0f912b9.js:36893:35',and the codes are the following:\r\n` async function indexAllFiles(files) {\r\n const documentsByLocale = /* @__PURE__ */ new Map();\r\n await Promise.all(\r\n files.filter((file) => fs$a.existsSync(file)).map(async (file) => {\r\n const fileId = getDocId(file);\r\n const sections = splitPageIntoSections(\r\n md.render(await fs$a.readFile(file, \"utf-8\"), createMarkdownEnv(file))\r\n );\r\n const locale = getLocaleForPath(file);\r\n let documents = documentsByLocale.get(locale);\r\n if (!documents) {\r\n documents = [];\r\n documentsByLocale.set(locale, documents);\r\n }\r\n documents.push(\r\n ...sections.map((section) => ({\r\n id: `${fileId}#${section.anchor}`,\r\n text: section.text,\r\n title: section.titles.at(-1),\r\n titles: section.titles.slice(0, -1)\r\n }))\r\n );\r\n })\r\n );\r\n for (const [locale, documents] of documentsByLocale) {\r\n const index = getIndexByLocale(locale);\r\n index.removeAll();\r\n await index.addAllAsync(documents);\r\n }\r\n debug$2(`\\u{1F50D}\\uFE0F Indexed ${files.length} files`);\r\n }`\r\n\r\n### Reproduction\r\n\r\ni try to delete 'node_moduls' and 'package.lock.json',and then use 'npm install' and 'npm run dev',but it is fail.\r\n\r\n### Expected behavior\r\n\r\nstart sucessfully\r\n\r\n### System Info\r\n\r\n```sh\r\n'package.json' :\r\n` \"dependencies\": {\r\n \"vitepress\": \"^1.0.0-beta.5\",\r\n \"vue\": \"^3.2.45\",\r\n \"vuepress-theme-vdoing\": \"^1.9.4\"\r\n }`\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2967],{"name":2936,"color":2937},2630,"TypeError: section.titles.at is not a function","2023-07-24T00:04:50Z","https://github.com/vuejs/vitepress/issues/2630",0.7276403,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fp0yBmoptl5Oid2OzyT3EmoBeOidrUpvizODll19cdxU":-1},"/vuejs/vitepress/2427"]