\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.",[2907],{"name":2908,"color":2909},"invalid","ffffff",1988,"Build Error: Not Support {{}} in ``","2023-03-04T00:04:19Z","https://github.com/vuejs/vitepress/issues/1988",0.71330523,{"description":2916,"labels":2917,"number":666,"owner":2869,"repository":2870,"state":2871,"title":2918,"updated_at":2919,"url":2920,"score":2921},"## Description\r\nOn a Vue 3 beta 12 + VitePress 0.1.1 project, trying to build with `vitepress build` crashes with the following error\r\n\r\n## Output\r\n```\r\n$ vitepress build\r\nvitepress v0.1.1\r\nbuilding client bundle...\r\nbuilding server bundle...\r\nrendering pages...\r\nbuild error:\r\n ReferenceError: ssrRender is not defined\r\n at Object.\u003Canonymous> (/Users/marina/Developer/formvuelatte/node_modules/vitepress/lib/app/temp/_assets/index.js:621:22)\r\n at Module._compile (internal/modules/cjs/loader.js:1133:30)\r\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)\r\n at Module.load (internal/modules/cjs/loader.js:977:32)\r\n at Function.Module._load (internal/modules/cjs/loader.js:877:14)\r\n at Module.require (internal/modules/cjs/loader.js:1019:19)\r\n at require (internal/modules/cjs/helpers.js:77:18)\r\n at Object.renderPage (/Users/marina/Developer/formvuelatte/node_modules/vitepress/dist/build/render.js:12:27)\r\n at Object.build (/Users/marina/Developer/formvuelatte/node_modules/vitepress/dist/build/build.js:13:28)\r\n✨ Done in 3.61s.\r\n```\r\n\r\nThe line that seems to be crashing is line 12 in `node_modules/vitepress/dist/build/render.js`\r\n`const { createApp } = require(path_1.default.join(config.tempDir, '_assets/index.js'));`\r\n\r\n## Repo to reproduce\r\nTo reproduce you can check out: https://github.com/vuelidate/formvuelatte/tree/next",[],"Build throws error `ReferenceError: ssrRender is not defined`","2023-01-21T16:25:45Z","https://github.com/vuejs/vitepress/issues/12",0.7137103,{"description":2923,"labels":2924,"number":2928,"owner":2869,"repository":2870,"state":2871,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Is your feature request related to a problem? Please describe.\n\nNope.\n\n### Describe the solution you'd like\n\nProvide a config option, like `lastUpdated`.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nNot very familiar with Node and Vite. I tried to do it on my own, but failed with 'process is not defined'. Any help?\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.",[2925],{"name":2926,"color":2927},"question","5D5FAE",3001,"Support to show page contributors","2023-10-01T00:04:52Z","https://github.com/vuejs/vitepress/issues/3001",0.7146238,{"description":2934,"labels":2935,"number":2937,"owner":2869,"repository":2870,"state":2871,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Describe the bug\r\n\r\nWhen I try to run `vitepress build` I get:\r\n\r\n```\r\n[vite]: Rollup failed to resolve import \"vue/server-renderer\" from \"/Users/nick/Library/Mobile Documents/27N4MQEA55~pro~writer/Documents/Notes/Docs/index.md\".\r\nThis is most likely unintended because it can break your application at runtime.\r\nIf you do want to externalize this module explicitly add it to\r\n`build.rollupOptions.external`\r\n✖ building client + server bundles...\r\nbuild error:\r\nError: [vite]: Rollup failed to resolve import \"vue/server-renderer\" from \"/Users/nick/Library/Mobile Documents/27N4MQEA55~pro~writer/Documents/Notes/Docs/index.md\".\r\nThis is most likely unintended because it can break your application at runtime.\r\nIf you do want to externalize this module explicitly add it to\r\n`build.rollupOptions.external`\r\n at viteWarn (file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/vite@4.4.7_@types+node@20.4.5/node_modules/vite/dist/node/chunks/dep-3b8eb186.js:48088:27)\r\n at onRollupWarning (file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/vite@4.4.7_@types+node@20.4.5/node_modules/vite/dist/node/chunks/dep-3b8eb186.js:48120:9)\r\n at onwarn (file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/vite@4.4.7_@types+node@20.4.5/node_modules/vite/dist/node/chunks/dep-3b8eb186.js:47848:13)\r\n at file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/rollup@3.27.0/node_modules/rollup/dist/es/shared/node-entry.js:24090:13\r\n at Object.logger [as onLog] (file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/rollup@3.27.0/node_modules/rollup/dist/es/shared/node-entry.js:25762:9)\r\n at ModuleLoader.handleInvalidResolvedId (file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/rollup@3.27.0/node_modules/rollup/dist/es/shared/node-entry.js:24676:26)\r\n at file:///Users/nick/Developer/PE/0023/vitepress/node_modules/.pnpm/rollup@3.27.0/node_modules/rollup/dist/es/shared/node-entry.js:24636:26\r\n\r\n```\r\n\r\n### Reproduction\r\n\r\n1. Set `srcDir` parameter to some folder outside of the root project.\r\n2. Run `vitepress build`\r\n3. Get the error\r\n\r\n### Expected behavior\r\n\r\nNot getting the error during build while having `srcDir` set to a folder outside of the project root\r\n\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: macOS 13.5\r\n CPU: (10) arm64 Apple M2 Pro\r\n Memory: 63.59 MB / 32.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.5.0 - /opt/homebrew/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 9.8.0 - /opt/homebrew/bin/npm\r\n pnpm: 8.6.10 - /opt/homebrew/bin/pnpm\r\n Browsers:\r\n Chrome: 115.0.5790.114\r\n Safari: 16.6\r\n Safari Technology Preview: 17.0\r\n npmPackages:\r\n vitepress: 1.0.0-beta.7 => 1.0.0-beta.7\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nWhen I move src folder into the project root and point to it in `srcDir` it works properly.\r\n\r\nWhen I create a symlink in the project root and point `srcDir` to it I get the same error.\r\n\r\nIf I follow suggestions in the error message to set `build.rollupOptions.external` like this:\r\n```js\r\n vite: {\r\n build: {\r\n rollupOptions: {\r\n external: [\"vue/server-renderer\", \"vue\"]\r\n }\r\n }\r\n }\r\n```\r\nI get it to build successfully but then interactions (collapsed items in sidebar) won't work because it can't find vue.\r\n\r\nOverall my goal is to have vitepress project and markdown files completely separate from each other. \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.",[2936],{"name":2866,"color":2867},2713,"When building getting this error: Rollup failed to resolve import \"vue/server-renderer\" from \"...\"","2023-08-11T00:04:39Z","https://github.com/vuejs/vitepress/issues/2713",0.71625465,{"description":2943,"labels":2944,"number":2945,"owner":2869,"repository":2870,"state":2871,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Discussed in https://github.com/vuejs/vitepress/discussions/595\r\n\r\n\u003Cdiv type='discussions-op-text'>\r\n\r\n\u003Csup>Originally posted by **Roman-00** April 4, 2022\u003C/sup>\r\nGood afternoon, \r\nI ran into such a problem that when building the project, he swears on the window\r\n\r\n\r\n.\r\n\r\nPlease tell me what is the problem?\u003C/div>",[],596,"Build error, window not defined","2023-01-21T14:33:58Z","https://github.com/vuejs/vitepress/issues/596",0.7170256,{"description":2951,"labels":2952,"number":2957,"owner":2869,"repository":2870,"state":2871,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Describe the bug\r\n\r\nBuild blocking error happen on \"vitepress build docs\".\r\nWorks correctly and as intended on \"vitepress dev docs --port 8080\"\r\n\r\nTypeError: Failed to parse URL from [path]\r\n[cause]: TypeError [ERR_INVALID_URL]\r\n\r\n### Reproduction\r\n\r\nUse the regular Markdown File Inclusion with any file in any .md file, then try to build with \"vitepress build docs\".\r\n\r\nhttps://vitepress.dev/guide/markdown#markdown-file-inclusion\r\n\r\n### Expected behavior\r\n\r\nBuild concluding with success and no error displayed.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem: \r\n OS: Windows 10 10.0.19044 \r\n CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz \r\n Memory: 1.94 GB / 7.62 GB \r\n Binaries: \r\n Node: 19.8.1 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.17 - ~\\AppData\\Roaming\\npm\\yarn.CMD \r\n npm: 9.5.1 - C:\\Program Files\\nodejs\\npm.CMD \r\n Browsers: \r\n Edge: Spartan (44.19041.1266.0), Chromium (111.0.1661.62)\r\n Internet Explorer: 11.0.19041.1566 \r\n npmPackages: \r\n vitepress: ^1.0.0-alpha.62 => 1.0.0-alpha.62\r\n```\r\n\r\n\r\n### Additional context\r\n\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.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2953,2954],{"name":2866,"color":2867},{"name":2955,"color":2956},"stale","ededed",2180,"Markdown \"@include\" throw \"ERR_INVALID_URL\" on \"vitepress build docs\"","2023-08-11T00:04:15Z","https://github.com/vuejs/vitepress/issues/2180",0.7233926,["Reactive",2963],{},["Set"],["ShallowReactive",2966],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fOm4ZeCqRSOuUwjGJb8aosHPhIkj4huicj_PXOVJ_UJw":-1},"/vuejs/vitepress/1438"]