\r\n\n\n### Expected behavior\n\nnormal\n\n### System Info\n\n```Text\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.3.4\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.",[2938],{"name":2857,"color":2858},4238,"Error occurred when using team components","2024-10-07T04:45:56Z","https://github.com/vuejs/vitepress/issues/4238",0.69131213,{"description":2945,"labels":2946,"number":2950,"owner":2863,"repository":2864,"state":2876,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Describe the bug\r\n\r\nI locate the problematic line by commenting. When `{{ }}` appears, Vitepress parses the code block in the `` line incorrectly.\r\nFor example:\r\n```jsx\r\n\u003Cdiv style={{ opacity: 1}}/>\r\n```\r\n\r\n### Reproduction\r\n\r\nnull\r\n\r\n### Expected behavior\r\n\r\nSupport to use `{{}}` in `` inline code blocks.\r\n\r\n### System Info\r\n\r\n```shell\r\nnull\r\n```\r\n\r\n\r\n### Additional context\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":2948,"color":2949},"invalid","ffffff",1988,"Build Error: Not Support {{}} in ``","2023-03-04T00:04:19Z","https://github.com/vuejs/vitepress/issues/1988",0.6923894,{"description":2956,"labels":2957,"number":2960,"owner":2863,"repository":2864,"state":2876,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Describe the bug\r\n\r\nwhen run `pnpm dev`, it show error in below file:\r\n\r\n```\r\n.pnpm/ant-design-vue@3.2.15_vue@3.2.45/node_modules/ant-design-vue/es/notification/index.js?v=6778305c\r\n```\r\n\r\nI have console.log `_regeneratorRuntime `, it is normal in original file, and has correct value,but it's `undefined` in that file which is generate by vitepress\r\n\u003Cimg width=\"1335\" alt=\"image\" src=\"https://user-images.githubusercontent.com/20320396/207789183-9f80766b-309b-4a1f-8148-c99de6847ecc.png\">\r\n\r\n\r\n### Reproduction\r\n- vite config\r\n```\r\nserver: {\r\n // target: 'webworker',\r\n host: true,\r\n port: 3001,\r\n fs: {\r\n // for when developing with locally linked theme\r\n allow: ['../..']\r\n }\r\n },\r\n optimizeDeps: {\r\n include: ['sinobest-functions']\r\n },\r\n build: {\r\n // minify: 'terser',\r\n chunkSizeWarningLimit: Infinity\r\n },\r\n json: {\r\n stringify: true\r\n },\r\n ssr: {\r\n format: 'cjs',\r\n noExternal: ['ant-design-vue', '@ant-design/icons-vue', 'sinobest-functions']\r\n },\r\n legacy: {\r\n buildSsrCjsExternalHeuristics: true\r\n },\r\n plugins: [\r\n vueJsx(),\r\n viteCommonjs(),\r\n vitePluginRequire({\r\n fileRegex: /(.js?|.jsx?|.tsx?|.vue)$/\r\n }),\r\n SearchPlugin({\r\n tokenize: 'full'\r\n })\r\n ],\r\n css: {\r\n preprocessorOptions: {\r\n less: {\r\n javascriptEnabled: true\r\n }\r\n }\r\n }\r\n },\r\n\r\n vue: {\r\n reactivityTransform: true\r\n }\r\n```\r\n\r\npnpm run dev\r\n\r\n### Expected behavior\r\n\r\nno error\r\n\r\n### System Info\r\n\r\n```shell\r\n\"dependencies\": {\r\n \"@ant-design/icons-vue\": \"^6.1.0\",\r\n \"ant-design-vue\": \"^3.2.10\",\r\n \"isobject\": \"3.0.1\",\r\n \"sinogear-vue\": \"2.8.0-vite-beta.1\",\r\n \"sinobest-functions\": \"~2.7.0\",\r\n \"@vue/theme\": \"^1.2.2\",\r\n \"vue\": \"^3.2.37\",\r\n \"vitepress\": \"^1.0.0-alpha.31\",\r\n \"vitepress-plugin-search\": \"1.0.4-alpha.15\",\r\n \"vitepress-theme-demoblock\": \"^2.0.0\"\r\n },\r\n \"devDependencies\": {\r\n \"@originjs/vite-plugin-commonjs\": \"^1.0.3\",\r\n \"@vitejs/plugin-vue-jsx\": \"^2.1.1\",\r\n \"cross-env\": \"^7.0.3\",\r\n \"less\": \"^4.1.2\",\r\n \"prettier\": \"^2.7.1\",\r\n \"terser\": \"^5.16.1\",\r\n \"vite-plugin-require\": \"^1.1.10\"\r\n },\r\n \"pnpm\": {\r\n \"peerDependencyRules\": {\r\n \"ignoreMissing\": [\r\n \"@algolia/client-search\"\r\n ]\r\n }\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] 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.",[2958,2959],{"name":2857,"color":2858},{"name":2860,"color":2861},1696,"Dev Error: _regeneratorRuntime.mark is not a function","2023-08-12T00:04:34Z","https://github.com/vuejs/vitepress/issues/1696",0.6927229,["Reactive",2966],{},["Set"],["ShallowReactive",2969],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0WZKyI2oSD4xaLj1qiLf9Caaa44eTsefb23wCjNSTAI":-1},"/vuejs/vitepress/4045"]