```\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",[2881],{"name":2868,"color":2869},4273,"How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.7156205,{"description":2888,"labels":2889,"number":2897,"owner":2871,"repository":2872,"state":2873,"title":2898,"updated_at":2899,"url":2900,"score":2901},"### Describe the bug\n\n\r\n\r\nOpen the image in a new page and zoom in, you will see the transparency causes the overlaying lines of the letters to be visible and this makes things to look ugly.on\n\n### Reproduction\n\n1. You can use this font to test things out: https://fonts.google.com/specimen/Vazirmatn\r\n2. Change the font-family to this ^^^ font.\r\n3. Change to dark mode.\r\n4. Use this text: `اعتبارسنجی اسکیما تایپاسکریپت-اول`\r\n5. Zoom and you can see it too.\n\n### Expected behavior\n\nSo the overlaying paths/lines are not visible.\n\n### System Info\n\n```Text\n.\n```\n\n\n### Additional context\n\nI think this doesn't happen with all Farsi/Persian fonts, but it's something that happens very often.\r\n\r\nThe only solution is to not use opacity with text content.\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.",[2890,2893,2896],{"name":2891,"color":2892},"theme","0754FB",{"name":2894,"color":2895},"a11y","fbca04",{"name":2868,"color":2869},3313,"Consider not using opacity for any text content","2024-05-23T19:48:59Z","https://github.com/vuejs/vitepress/issues/3313",0.72435015,{"description":2903,"labels":2904,"number":2909,"owner":2871,"repository":2872,"state":2873,"title":2910,"updated_at":2911,"url":2912,"score":2913},"### 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.",[2905,2908],{"name":2906,"color":2907},"need more info","bdbefc",{"name":2868,"color":2869},4221,"Support hot reload by watching files not under docs","2024-12-03T17:27:50Z","https://github.com/vuejs/vitepress/issues/4221",0.72767985,{"description":2915,"labels":2916,"number":2920,"owner":2871,"repository":2872,"state":2921,"title":2922,"updated_at":2923,"url":2924,"score":2925},"### Describe the bug\n\n```import { createContentLoader } from 'vitepress'\r\ninterface Post{\r\n title: string\r\n date: Date\r\n cover: string | undefined\r\n description: string | undefined\r\n tags: string[] | undefined\r\n categorie: string | undefined\r\n url:string\r\n author: string | undefined\r\n}\r\n\r\ndeclare const data: Post[]\r\nexport { data }\r\nexport default createContentLoader(['**/*.md','!**/index.md','!nav.md','!archives.md','!posts.md'], {\r\n includeSrc: false, \r\n render: false,\r\n excerpt: false,\r\n transform(raw): Post[] {\r\n console.log(\"row\",raw);\r\n return raw\r\n .map(({url, frontmatter }) => ({\r\n title: frontmatter.title,\r\n cover:frontmatter.cover,\r\n description:frontmatter.description,\r\n tags:frontmatter.tags,\r\n categorie:frontmatter.categorie,\r\n date: frontmatter.date,\r\n url: url,\r\n author: frontmatter.author\r\n }))\r\n }\r\n})\r\n```\r\nIn the above code, I utilize createContentLoader to retrieve information from all *.md files; however, I do not require data from index.md or nav.md files located in any directory. I have employed glob patterns for this purpose, but they seem not to be taking effect. How should I address this issue?\n\n### Reproduction\n\ndocs\r\n | ---index.md\r\n | ---foo.md\r\n | --- vue\r\n | --- index.md\r\n | --- foo2.md\n\n### Expected behavior\n\ndocs\r\n | ---foo.md\r\n | --- vue\r\n | --- foo2.md\n\n### System Info\n\n```Text\nvitepress-version: 1.0.2\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.",[2917],{"name":2918,"color":2919},"bug: pending triage","e99695",3821,"closed","Watch is not effectively utilizing glob patterns","2024-05-15T04:41:47Z","https://github.com/vuejs/vitepress/issues/3821",0.6514458,{"description":2927,"labels":2928,"number":2929,"owner":2871,"repository":2872,"state":2921,"title":2930,"updated_at":2931,"url":2932,"score":2933},"### Describe the bug\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\n直接打开控制台修改官方sidebar里的文字,插入\u003CT>即可复现\r\n\r\n### Expected behavior\r\n\r\n文字对齐\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: macOS 14.4.1\r\n CPU: (8) arm64 Apple M2\r\n Memory: 141.77 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.0 - ~/.nvm/versions/node/v18.14.0/bin/node\r\n Yarn: 1.18.0 - ~/.nvm/versions/node/v18.14.0/bin/yarn\r\n npm: 9.3.1 - ~/.nvm/versions/node/v18.14.0/bin/npm\r\n pnpm: 8.15.4 - ~/Library/pnpm/pnpm\r\n Browsers:\r\n Chrome: 131.0.6778.86\r\n Safari: 17.4.1\r\n npmPackages:\r\n vitepress: ^1.5.0 => 1.5.0\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.",[],4399,"导航中插入的\u003CT>,两个尖括号没有对齐","2024-12-10T04:44:48Z","https://github.com/vuejs/vitepress/issues/4399",0.65462714,{"description":2935,"labels":2936,"number":2938,"owner":2871,"repository":2872,"state":2921,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### Describe the bug\n\nThe external link in siderbar seems not work.\r\n\r\nWhen I click the MarkdownCanDo button, the website jumps to `https://www.gantrol.com/en/software/https:/www.markdowncando.com/` instead of `https://www.markdowncando.com/`\r\n\r\n\r\n\n\n### Reproduction\n\nI write [a blog website](https://www.gantrol.com/en/CS/examples) with vitepress ([github](https://github.com/gantrol/gantrol-blog))\r\n\n\n### Expected behavior\n\nHere is a PR that describes the feature, https://github.com/vuejs/vitepress/pull/1881\n\n### System Info\n\n```Text\n\"vitepress\": \"1.0.0-rc.45\"\r\n\r\n[config file](https://github.com/gantrol/gantrol-blog/blob/main/.vitepress/config/en.ts)\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.",[2937],{"name":2918,"color":2919},3656,"Can sidebar has external links?","2024-03-22T00:04:26Z","https://github.com/vuejs/vitepress/issues/3656",0.70220584,{"description":2944,"labels":2945,"number":2947,"owner":2871,"repository":2872,"state":2921,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### 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.",[2946],{"name":2918,"color":2919},2480,"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.7033039,{"description":2953,"labels":2954,"number":2955,"owner":2871,"repository":2872,"state":2921,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\nA markdown file with several dots `.` such as `software-1.2.3.md` is not properly routed and leads to a 404 error.\r\nI guess that the router assumes that there is a file named `/software-1.2.3` with the `.3` extension when using cleanUrls.\n\n### Reproduction\n\n1. Create a new VitePress project\r\n2. Create a new markdown file named `software-1.2.3.md` with some content.\r\n3. Create links the `/software-1.2.3` page in the `index.md` file. \r\n```md\r\n[/software-1.2.3](/software-1.2.3)\r\n[/software-1.2.3.md](/software-1.2.3.md)\r\n``` \r\n5. Enable `cleanUrls`.\r\n6. Click the links on the index page.\n\n### Expected behavior\n\nThe router should load the page `/software-1.2.3` when cleanUrls are active.\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 11.7.10\r\n CPU: (4) x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz\r\n Memory: 85.34 MB / 8.00 GB\r\n Shell: 3.2.57 - /bin/bash\r\n Binaries:\r\n Node: 18.13.0 - /usr/local/bin/node\r\n npm: 9.8.1 - /usr/local/bin/npm\r\n pnpm: 8.9.1 - /usr/local/bin/pnpm\r\n Browsers:\r\n Chrome: 118.0.5993.117\r\n Safari: 16.6.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.25 => 1.0.0-rc.25\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.",[],3191,"Markdown files with several dots `.` in name are not routed","2023-11-26T00:04:52Z","https://github.com/vuejs/vitepress/issues/3191",0.70495784,{"description":2961,"labels":2962,"number":2965,"owner":2871,"repository":2872,"state":2921,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### Describe the bug\n\n`rewrite` rule doesn't work correctly when create new markdown file.\n\n### Reproduction\n\n1, Set `rewrite`\r\n\r\n```js\r\n// vitepress/config.js\r\nrewrite: [`en/:rest*`]: ':rest*'\r\n```\r\n\r\n2, Create new markdown file `docs/en/test.md`\r\n\r\n3, Expect visit file by url `/test`, but it redirect to `/en/test`.\r\n\r\n4, Restart dev server, problem resolved.\n\n### Expected behavior\n\nExpect `rewrite` rule work correctly when create new markdown file.\n\n### System Info\n\n```Text\nvitepress: 1.5.0\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.",[2963,2964],{"name":2918,"color":2919},{"name":2868,"color":2869},4385,"Rewrite not work when create new markdown file","2025-03-08T04:41:55Z","https://github.com/vuejs/vitepress/issues/4385",0.7069337,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1mvDERJLI-BQiahS1j4a1JZd6fRQfiYkb6nXsF0fOp4":-1},"/vuejs/vitepress/4017"]