\u003C/svg>'\r\n }, link: 'https://gitlab.com/'}, title: 'my title link'\r\n ],\r\n```\r\n\r\nSee: typescript triggers \"cannot find name title\"\n\n### Expected behavior\n\n- ability to configure custom title element for each custom social link\r\n- default title for already available social networks\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.10 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)\r\n CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz\r\n Memory: 11.38 GB / 12.31 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v16.15.1/bin/yarn\r\n npm: 8.19.2 - ~/.nvm/versions/node/v16.15.1/bin/npm\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.49 => 1.0.0-alpha.49\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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2888],{"name":2889,"color":2890},"bug: pending triage","e99695",2081,"closed","socialLinks items are not accessible","2023-03-21T00:03:57Z","https://github.com/vuejs/vitepress/issues/2081",0.7050755,{"description":2898,"labels":2899,"number":2901,"owner":2869,"repository":2870,"state":2892,"title":2902,"updated_at":2903,"url":2904,"score":2905},"### Describe the bug\n\nI was trying to follow these instructions [here](https://vitepress.dev/guide/extending-default-theme#customizing-css) just to change the color of the Title on the home page.\r\nAccording [this section](https://vitepress.dev/guide/custom-theme#theme-resolving), just by creating the `.vitepress/theme/index.js` and `.vitepress/theme/custom.css` files that the [Customizing CSS](https://vitepress.dev/guide/extending-default-theme#customizing-css) suggests should be enough to have it being read.\r\nBut no. That alone does not work.\r\n\r\nI had to add `import './theme/custom.css'` to the `config.ts` file first to force it to read the custom css.\r\n\r\n**edit:**\r\nmore recently I tried renaming the `.vitepress/theme/index.js` to `.ts` and then it woke up! now it is aware of that file...\r\nLooks like a bug, no?\n\n### Reproduction\n\nI was trying to follow these instructions [here](https://vitepress.dev/guide/extending-default-theme#customizing-css) just to change the color of the Title on the home page.\r\nAccording [this section](https://vitepress.dev/guide/custom-theme#theme-resolving), just by creating the `.vitepress/theme/index.js` and `.vitepress/theme/custom.css` files that the [Customizing CSS](https://vitepress.dev/guide/extending-default-theme#customizing-css) suggests should be enough to have it being read.\r\nBut no. That alone does not work.\r\n\r\nI had to add `import './theme/custom.css'` to the `config.ts` file first to force it to read the custom css.\r\n\r\n**edit:**\r\nmore recently I tried renaming the `.vitepress/theme/index.js` to `.ts` and then it woke up! now it is aware of that file...\r\nLooks like a bug, no?\n\n### Expected behavior\n\nbe able to follow along the initial instructions on custom css\n\n### System Info\n\n```sh\nmac os catalina latest vitepress nodejs 16 npm 6.9\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.",[2900],{"name":2889,"color":2890},2612,"simple css overriding ain't happening","2023-08-21T00:04:12Z","https://github.com/vuejs/vitepress/issues/2612",0.7142373,{"description":2907,"labels":2908,"number":2909,"owner":2869,"repository":2870,"state":2892,"title":2910,"updated_at":2911,"url":2912,"score":2913},"### Describe the bug\n\nreference style link not rendering on container title\r\n\r\n\r\n\n\n### Reproduction\n\n```md\r\n::: info Software ([latest][link-latest], [stable][link-stable])\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n\r\n[link-latest]: \u003Chttps://download/link-latest>\r\n[link-stable]: \u003Chttps://download/link-stable>\r\n```\r\n\r\n\n\n### Expected behavior\n\n\r\n\r\n\r\n```md\r\n::: info Software ([latest](https://download/link-latest), [stable](https://download/link-stable))\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n```\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.17763\r\n CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor\r\n Memory: 3.70 GB / 7.95 GB\r\n Binaries:\r\n Node: 18.12.0 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\node.EXE\r\n npm: 9.6.6 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\npm.CMD\r\n Browsers:\r\n Internet Explorer: 11.0.17763.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.10 => 1.0.0-rc.15\n```\n\n\n### Additional context\n\nidk why it says IE11. i use a chrome/firefox browser\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.",[],3004,"reference style links not working on custom container title","2023-10-01T00:04:51Z","https://github.com/vuejs/vitepress/issues/3004",0.7155813,{"description":2915,"labels":2916,"number":2920,"owner":2869,"repository":2870,"state":2892,"title":2921,"updated_at":2922,"url":2923,"score":2924},"### Is your feature request related to a problem? Please describe.\n\nOn our page, we have this navbar section currently: \r\n\u003Cimg width=\"758\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/22495855/c4050d71-56f5-4ad9-a1a4-48e864fb4164\">\r\n\r\nI want to have a version selector between Resources and the dark/light toggle preferably. The existing slots `nav-bar-title-before`, `nav-bar-title-after`, `nav-bar-content-before`, `nav-bar-content-after` can only put elements outside of the navbar flow or at the least not at the position I'd like. I have not found a way yet to splice components into specific places in the layout.\r\n\r\nThe version picker can only be populated at load time because it has to read a javascript file from the server, so I can't just add it as a normal menu, although I want it to look like one.\n\n### Describe the solution you'd like\n\nIdeally I'd want some way to access the navbar elements like an array, putting a custom component into it in a position I decide, without having to clone and modify the complete theme.\n\n### Describe alternatives you've considered\n\nI've only found issues where people wanted to replace the elements in the navbar with their own implementations completely, not one where you'd be able to place additional elements.\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.",[2917],{"name":2918,"color":2919},"theme","0754FB",3930,"How to add a custom element next to a specific existing navbar element?","2024-07-23T04:41:55Z","https://github.com/vuejs/vitepress/issues/3930",0.71692437,{"description":2926,"labels":2927,"number":2928,"owner":2869,"repository":2870,"state":2892,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Is your feature request related to a problem? Please describe.\n\nWhen I try to create checkbox like GitHub markdown it doesn't get rendered as checkboxes:\r\n\r\n\r\n```md\r\n- [ ] This won't work in VitePress\r\n- [ ] This also won't work in VitePress\r\n```\n\n### Describe the solution you'd like\n\nRendering md `- [ ]` & `- [x]` as checkbox uncheck & checked respectively\n\n### Describe alternatives you've considered\n\nNone\n\n### Additional context\n\nI also noticed (I guess) posva also had the checkbox list and missing checkbox rendering when using `- [ ]`\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.",[],3648,"✨ Support checkbox in markdown","2024-03-21T00:04:44Z","https://github.com/vuejs/vitepress/issues/3648",0.7186742,{"description":2934,"labels":2935,"number":2937,"owner":2869,"repository":2870,"state":2892,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Describe the bug\n\n@yyx990803's commit messages tend to have release numbers. \r\n\u003Cimg width=\"877\" alt=\"Screen Shot 2022-01-26 at 18 56 51\" src=\"https://user-images.githubusercontent.com/20440899/151294591-3fced60a-001d-4072-8c2d-69748dc550e6.png\">\r\n\r\nI noticed they aren't hooked up to Github's release UI.\r\n\u003Cimg width=\"266\" alt=\"Screen Shot 2022-01-26 at 18 56 57\" src=\"https://user-images.githubusercontent.com/20440899/151294588-b0f511cd-8f36-4623-9833-0b34766704e2.png\">\r\n\n\n### Reproduction\n\nViewable on the main page of the repo.\n\n### Expected behavior\n\nRelease information should be updated and viewable within the Github release interface.\n\n### System Info\n\n```shell\nN/A\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/coc)\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.",[2936],{"name":2889,"color":2890},510,"Release's appear to not be updating","2023-01-21T16:20:06Z","https://github.com/vuejs/vitepress/issues/510",0.72067606,{"description":2943,"labels":2944,"number":2948,"owner":2869,"repository":2870,"state":2892,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Describe the bug\n\n引入.js文件,由于省略了后缀,导致打包报错。\n\n### Reproduction\n\n\n\n### Expected behavior\n\n谁知道这个怎么处理呢?\n\n### System Info\n\n```shell\nnpmPackages\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.",[2945],{"name":2946,"color":2947},"need more info","bdbefc",2028,"引入.js后缀文件打包失败[ERR_MODULE_NOT_FOUND]","2023-03-21T00:03:59Z","https://github.com/vuejs/vitepress/issues/2028",0.7218307,{"description":2954,"labels":2955,"number":2957,"owner":2869,"repository":2870,"state":2892,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Describe the bug\n\n\r\n\n\n### Reproduction\n\n`markdown: {\r\n\t\ttheme: {\r\n\t\t\tlight: 'github-light',\r\n\t\t\tdark: 'github-dark',\r\n\t\t}\r\n\t},`\n\n### Expected behavior\n\n能够使用light模式\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22000\r\n CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz\r\n Memory: 6.41 GB / 15.86 GB\r\n Binaries:\r\n Node: 16.17.0 - D:\\software\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - D:\\software\\nodejs\\node_global\\yarn.CMD\r\n npm: 8.18.0 - D:\\software\\nodejs\\node_global\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22000.120.0), Chromium (105.0.1343.27)\r\n Internet Explorer: 11.0.22000.120\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.13 => 1.0.0-alpha.13\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.",[2956],{"name":2889,"color":2890},1312,"我配置了markdown主题,但是永远是dark模式,light无效","2023-01-21T14:26:35Z","https://github.com/vuejs/vitepress/issues/1312",0.72667104,["Reactive",2963],{},["Set"],["ShallowReactive",2966],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fy6qMpyZXGDF_C14Rr77fDrgYBk3Q2s-yvkB5rEONSK4":-1},"/vuejs/vitepress/2653"]