` , no errors.\n\n### Expected behavior\n\nno errors, compile success\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz\r\n Memory: 16.46 GB / 31.85 GB\r\n Binaries:\r\n Node: 14.18.2 - E:\\apps\\node-v14\\node.EXE\r\n Yarn: 1.22.10 - E:\\apps\\node-v14\\node_global\\yarn.CMD\r\n npm: 7.20.0 - E:\\apps\\node-v14\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (98.0.1108.50)\r\n Internet Explorer: 11.0.19041.1202\r\n npmPackages:\r\n vitepress: ^0.22.2 => 0.22.2\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.",[2892],{"name":2893,"color":2894},"need more info","bdbefc",534,"closed","in markdown file, use image file, image file exists and path correct, but image load failed","2023-01-21T14:34:14Z","https://github.com/vuejs/vitepress/issues/534",0.7098653,{"description":2902,"labels":2903,"number":2907,"owner":2872,"repository":2873,"state":2896,"title":2908,"updated_at":2909,"url":2910,"score":2911},"### Describe the bug\n\nIt's in the documentation\r\nhttps://vitepress.vuejs.org/guide/theme-edit-link.html#edit-link\r\n\r\nthemeConfig.editLink\r\nThere is no attribute pattern\n\n### Reproduction\n\n```\r\nexport default defineConfig({\r\n themeConfig: {\r\n editLink:{\r\n pattern: \"https://gitea.com/:path\",\r\n }\r\n }\r\n})\r\n```\n\n### Expected behavior\n\nadd pattern\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19042\r\n CPU: (8) x64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz\r\n Memory: 797.08 MB / 24.00 GB\r\n Binaries:\r\n Node: 16.14.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.18 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 8.11.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (102.0.1245.33)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.1 => 1.0.0-alpha.1\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.",[2904],{"name":2905,"color":2906},"bug: pending triage","e99695",775,"themeConfig.editLink There is no attribute pattern","2023-01-21T14:34:15Z","https://github.com/vuejs/vitepress/issues/775",0.71281576,{"description":2913,"labels":2914,"number":2916,"owner":2872,"repository":2873,"state":2896,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Describe the bug\n\nThese two links should both load the same page, but the one with trailing slash returns 404.\r\n\r\nhttps://docs.celestia.org/developers/blobstream/\r\nhttps://docs.celestia.org/developers/blobstream\n\n### Reproduction\n\nhttps://docs.celestia.org/developers/blobstream/\r\nhttps://docs.celestia.org/developers/blobstream\n\n### Expected behavior\n\nBoth pages load https://docs.celestia.org/developers/blobstream\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 14.0\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 80.42 MB / 16.00 GB\r\n Shell: 3.2.57 - /bin/bash\r\n Binaries:\r\n Node: 18.12.0 - ~/.nvm/versions/node/v18.12.0/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 8.19.2 - ~/.nvm/versions/node/v18.12.0/bin/npm\r\n pnpm: 7.13.1 - /opt/homebrew/bin/pnpm\r\n Browsers:\r\n Brave Browser: 117.1.58.135\r\n Chrome: 118.0.5993.88\r\n Safari: 17.0\r\n npmPackages:\r\n vitepress: 1.0.0-rc.24 => 1.0.0-rc.24\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.",[2915],{"name":2905,"color":2906},3134,"links with trailing slash do not load","2023-11-01T00:04:41Z","https://github.com/vuejs/vitepress/issues/3134",0.72439677,{"description":2922,"labels":2923,"number":2924,"owner":2872,"repository":2873,"state":2896,"title":2925,"updated_at":2926,"url":2927,"score":2928},"### Is your feature request related to a problem? Please describe.\n\nI have written some custom git integration stuff to detect various dates related to the files I'm serving in vitepress. Among them, it happens to not add any build time to detect the last updated date.\n\n### Describe the solution you'd like\n\nA `last-updated` preamble entry, if present, will override the `lastUpdated` configuration option and display said date/time as the last updated time.\r\n\r\nIf https://github.com/vuejs/vitepress/issues/1891 is implemented, the `created` preamble entry should be analogous to `last-updated`.\n\n### Describe alternatives you've considered\n\nNo alternatives considered.\n\n### Additional context\n\nNo additional context.\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.",[],2669,"Last updated override","2023-09-02T00:04:15Z","https://github.com/vuejs/vitepress/issues/2669",0.7273503,{"description":2930,"labels":2931,"number":2933,"owner":2872,"repository":2873,"state":2896,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Describe the bug\n\nWhen I tried to change the style of the `image` on the homepage, there were some situations where I encountered problems.\r\nunder Path: \r\n> .vitepress\\theme\\styles\\vars.css\r\n```css\r\n@keyframes logo-spin {\r\n from {\r\n transform: rotate(0deg);\r\n }\r\n\r\n to {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n\r\n.image-src {\r\n animation: logo-spin infinite 20s linear;\r\n}\r\n```\n\n### Reproduction\n\nstackblitz : https://stackblitz.com/edit/vite-ib4s68?file=README.md\r\n\r\nrepo and explanation : https://github.com/RSS1102/vite-ib4s68\r\n\r\n\n\n### Expected behavior\n\nOn the mobile end\r\n\r\n\r\nOn the PC end\r\n\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics\r\n Memory: 2.19 GB / 13.86 GB\r\n Binaries:\r\n Node: 18.12.1 - E:\\node\\node.EXE\r\n Yarn: 1.22.19 - E:\\node\\yarn.CMD\r\n npm: 9.4.2 - E:\\node\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22621.1555.0), Chromium (112.0.1722.39)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.64 => 1.0.0-alpha.64\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.",[2932],{"name":2905,"color":2906},2217,"[hero] : The localization problem of `image bg '","2023-04-22T00:04:15Z","https://github.com/vuejs/vitepress/issues/2217",0.7289095,{"description":2939,"labels":2940,"number":2941,"owner":2872,"repository":2873,"state":2896,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Is your feature request related to a problem? Please describe.\n\nI want to ignore some files and folders, especially in the srcExclude configuration, but I cannot pass fast global options.\r\n\n\n### Describe the solution you'd like\n\nThe parameters of createContentLoader only support strings and arrays. hope it support objects to pass fast global options\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.",[],2985,"Support fast-glob options in createContentLoader","2023-09-27T00:04:17Z","https://github.com/vuejs/vitepress/issues/2985",0.7378691,{"description":2947,"labels":2948,"number":2950,"owner":2872,"repository":2873,"state":2896,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Describe the bug\n\nI want to display `docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 容器名或容器ID` in single line text\r\n\r\nJust like below\r\n\r\n| 需求 | 命令 |\r\n|-----------------|-----------------------------------------------------------------------------------------|\r\n| 查看正在运行的容器 | `docker ps` |\r\n| 查看所有容器 | `docker ps -a` |\r\n| 启动容器 | `docker start 容器名或容器ID` |\r\n| 停止容器 | `docker stop 容器名或容器ID` |\r\n| 重启容器 | `docker restart 容器名或容器ID` |\r\n| 删除容器 | `docker rm 容器名或容器ID` |\r\n| 查看容器IP | `docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 容器名或容器ID` |\r\n\r\nbut I got an error\r\n\r\n```txt\r\n[vitepress] Internal server error: Error parsing JavaScript expression: Unexpected token (1:1)\r\n Plugin: vite:vue\r\n File: D:/IdeaProjects/soclear.github.io-vitepress/docs/InfoTech/Linux/docker.md:39:67\r\n at \u003Cparse> (:0)\r\n at createCompilerError (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1328:21)\r\n at emitError (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:2812:5)\r\n at createExp (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:2805:7)\r\n at oninterpolation (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:2149:16)\r\n at stateInterpolationClose (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:546:18)\r\n at parse (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1047:16)\r\n at baseParse (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:2851:13)\r\n at parse (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-dom\\dist\\compiler-dom.cjs.js:706:23)\r\n at parse$2 (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:1850:24)\r\n at createDescriptor (D:\\IdeaProjects\\soclear.github.io-vitepress\\node_modules\\@vitejs\\plugin-vue\\dist\\index.mjs:64:43) (x2)\r\n```\r\n\r\nhowever, multi line code is not treated {{text}} as a JS expression\r\n\r\n\u003Cpre>\u003Ccode>\r\n```sh\r\ndocker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 容器名或容器ID\r\n```\r\n\u003C/code>\u003C/pre>\r\n\r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-q7bavu?file=docs%2Fexample.md\n\n### Expected behavior\n\nI expect the text in {{text}} in single line code is treated the same as in multi line code. just original text not JS expression\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 AMD Eng Sample: 100-000000534-40_Y\r\n Memory: 19.52 GB / 31.19 GB\r\n Binaries:\r\n bun: 1.1.21 - ~\\AppData\\Local\\Temp\\bun-node-70ca2b76c\\bun.EXE\r\n Browsers:\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.22621.3527\r\n npmPackages:\r\n vitepress: ^1.3.1 => 1.3.1\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.",[2949],{"name":2905,"color":2906},4088,"The text in `{{text}}` in single line code is treated as a JS expression","2024-08-06T04:42:42Z","https://github.com/vuejs/vitepress/issues/4088",0.73883855,{"description":2956,"labels":2957,"number":2959,"owner":2872,"repository":2873,"state":2896,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Is your feature request related to a problem? Please describe.\r\n\r\nCan the Type.js plugin be built-in to make the homepage look better, or can an entrance be added for developers to run custom JS files for some custom operations\r\n\r\n### Describe the solution you'd like\r\n\r\n[See this doc](https://steven.codes/typerjs/)\r\n\r\n### Describe alternatives you've considered\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n_No response_\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.",[2958],{"name":2869,"color":2870},4086,"Support more plugins","2025-03-08T04:41:54Z","https://github.com/vuejs/vitepress/issues/4086",0.74314535,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQke8VZfA_7oosoL1kwCLViP4UGiRqGYD6YPluQ5X6Ho":-1},"/vuejs/vitepress/2134"]