\r\n\u003C/VPTeamPage>\r\n\n\n### Expected behavior\n\nit suppose to change Sponsor word like this but didn't work\r\n\r\n\r\n\r\n\n\n### System Info\n\n```Text\nSystem\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.",[3092],{"name":3093,"color":3094},"need more info","bdbefc",4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.8092983,{"description":3101,"labels":3102,"number":3103,"owner":3032,"repository":3033,"state":3058,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Is your feature request related to a problem? Please describe.\n\nNo. It's a new feature I want\n\n### Describe the solution you'd like\n\n```ts\r\nimport { useArticle } from 'vitepress'\r\nconst list = useArticle\r\n```\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.",[],2111,"Need an API to get the list of all articles, then I can show the list at Home page or as a timeline","2023-03-28T00:04:34Z","https://github.com/vuejs/vitepress/issues/2111",0.81554747,{"description":3109,"labels":3110,"number":3113,"owner":3032,"repository":3033,"state":3058,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### Describe the bug\n\nI write a plugin ([vitepress-markdown-it-repl](https://www.npmjs.com/package/vitepress-markdown-it-repl)) with syntax like `$(1,3-5)`, it will conflict with highlightLinePlugin.\r\n\r\n\n\n### Reproduction\n\n\r\nwhen markdown is:\r\n\r\n ```js{1-2,4} $(1,3-5)\r\n console.log(\"111\")\r\n console.log(\"222\")\r\n console.log(\"333\")\r\n console.log(\"444\")\r\n console.log(\"555\")\r\n ```\r\n\r\nhighlightLinePlugin will use `1,3-5`, not `1-2,4`.\n\n### Expected behavior\n\nhighlightLinePlugin use `1-2,4`, and other plugin like [vitepress-markdown-it-repl](https://www.npmjs.com/package/vitepress-markdown-it-repl) use `1,3-5`.\r\n\r\nThey both exist together.\n\n### System Info\n\n```sh\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz\r\n Memory: 7.36 GB / 15.89 GB\r\n Binaries:\r\n Node: 16.15.1 - F:\\nodejs\\16.15.1\\node.EXE\r\n Yarn: 1.22.19 - F:\\nodejs\\16.15.1\\node_global_modules\\yarn.CMD\r\n npm: 8.13.2 - F:\\nodejs\\16.15.1\\node_global_modules\\npm.CMD\r\n Browsers:\r\n Chrome: 113.0.5672.127\r\n Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.57)\r\n Internet Explorer: 11.0.19041.1566\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.",[3111,3112],{"name":3055,"color":3056},{"name":3029,"color":3030},2450,"plugin with syntax like $(1,3-5), will conflict with highlightLinePlugin","2023-08-15T00:04:20Z","https://github.com/vuejs/vitepress/issues/2450",0.8165211,{"description":3119,"labels":3120,"number":3122,"owner":3032,"repository":3033,"state":3058,"title":3123,"updated_at":3124,"url":3125,"score":3126},"### Describe the bug\n\n[Docs](https://vitepress.dev/guide/using-vue#unescape-in-code-blocks) suggest a way to use -vue suffix to enable vue-style interpolation inside fences.\r\n\r\nHowever, with this syntax highlight stops working.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-pp8aw7?file=docs%2Findex.md\n\n### Expected behavior\n\nEither the syntax highlighting should work with -vue prefix, or the docs can state that this isn't supported.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 11.7.2\r\n CPU: (8) x64 Intel(R) Core(TM) i7-4960HQ CPU @ 2.60GHz\r\n Memory: 431.07 MB / 16.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 19.8.1 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.5.1 - /usr/local/bin/npm\r\n Watchman: 2023.03.20.00 - /usr/local/bin/watchman\r\n Browsers:\r\n Chrome: 112.0.5615.49\r\n Safari: 16.2\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.65 => 1.0.0-alpha.65\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.",[3121],{"name":3055,"color":3056},2211,"When i use -vue prefix in the code block, syntax highlighting stops working.","2023-04-23T00:04:13Z","https://github.com/vuejs/vitepress/issues/2211",0.816691,["Reactive",3128],{},["Set"],["ShallowReactive",3131],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fbHe6dU1LQxMEcWGp25nx0DUPCWEq9dbzTcQJCv5GgNM":-1},"/vuejs/vitepress/1876"]