` , 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.",[2929],{"name":2930,"color":2931},"need more info","bdbefc",534,"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.68723255,{"description":2938,"labels":2939,"number":2943,"owner":2872,"repository":2873,"state":2912,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Describe the bug\n\nWhen using a frontmatter data inside a link syntax the resulting HTML is plaintext without link.\n\n### Reproduction\n\nUse the following markdown:\r\n\r\n```md\r\n\r\n---\r\nhomepage: https://vitepress.dev/\r\n---\r\n\r\nVitepress Homepage: [ {{ $frontmatter.homepage }} ]({{ $frontmatter.homepage }}) [Vitpress Homepage]( {{ $frontmatter.homepage }} )\r\n```\r\n\r\nResulting text/html:\r\n\r\n```\r\nVitepress Homepage: [ https://vitepress.dev/ ](https://vitepress.dev/) [Vitpress Homepage]( https://vitepress.dev/ )\r\n```\n\n### Expected behavior\n\nThe Frontmatter data should not affect the markdown syntax and links should behave as expected.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.0.1\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 10.12 GB / 64.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.18.0 - /usr/local/bin/node\r\n Yarn: 1.22.17 - /usr/local/bin/yarn\r\n npm: 8.19.2 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 111.0.5563.64\r\n Safari: 16.1\r\n```\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.",[2940],{"name":2941,"color":2942},"bug: pending triage","e99695",2099,"Frontmatter and markdown links don't work","2023-03-31T00:04:11Z","https://github.com/vuejs/vitepress/issues/2099",0.69016117,{"description":2949,"labels":2950,"number":2952,"owner":2872,"repository":2873,"state":2912,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Is your feature request related to a problem? Please describe.\n\nI would like to move the Outline to the left of the main content which can be done relatively easily with CSS however the caveat is because when we use frontmatter to hide the outline on certain pages it creates a gap on the left side instead of completely hiding the Outline’s parent container.\n\n### Describe the solution you'd like\n\nTwo things:\r\n\r\n1. Theme Config to have something like “outlinePosition” that takes “left” or defaults to “right” and positions the outline correctly.\r\n2. Change the logic so that when frontmatter has outline set to hidden for a page that the entire Outline element is removed instead of it’s child elements which will prevent the left aligned Outline from creating a left side gap.\n\n### Describe alternatives you've considered\n\nUsing CSS to move the Outline element but it not fully work with frontmatter setting an outline to false on a specific page by creating an empty gap because the parent element of Outline is not removed.\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] 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.",[2951],{"name":2866,"color":2867},2035,"[Outline] Add support for left or right positioned Outline","2023-04-04T00:03:57Z","https://github.com/vuejs/vitepress/issues/2035",0.69070333,{"description":2958,"labels":2959,"number":2964,"owner":2872,"repository":2873,"state":2912,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Describe the bug\n\nWhen sidebar is not present, the page is not scrolled and outline is scrolled down, it overflows the navbar.\r\n\r\n \r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-v81ufa\r\n\r\n1. Make sure width is high enough so that outline is shown\r\n2. Without scrolling the main page content hover over the outline and scroll down\r\n3. Observe that the outline overflows the navbar\n\n### Expected behavior\n\nOutline is clipped when over navbar in the same way when sidebar is present.\n\n### System Info\n\n```sh\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (16) x64 Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz\r\n Memory: 45.66 GB / 63.92 GB\r\n Binaries:\r\n Node: 18.2.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.5 - C:\\Program Files (x86)\\Yarn\\bin\\yarn.CMD\r\n npm: 9.6.6 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 113.0.5672.127\r\n Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.1 => 1.0.0-beta.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.",[2960,2961],{"name":2866,"color":2867},{"name":2962,"color":2963},"contribution welcome","11E4B8",2442,"Outline overflows navbar when sidebar not present","2023-08-16T00:04:22Z","https://github.com/vuejs/vitepress/issues/2442",0.6974219,{"description":2970,"labels":2971,"number":2973,"owner":2872,"repository":2873,"state":2912,"title":2974,"updated_at":2975,"url":2976,"score":2977},"### Describe the bug\n\nAfter build in MPA mode, the woff2 file aren't copy to assets dir, but style.xxx.css used it.\n\n### Reproduction\n\nany md file\n\n### Expected behavior\n\nIn MPA file, the woff2 file can be copied to assets dir\n\n### System Info\n\n```shell\nwindows vitepress@1.0.0-alpha.60\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.",[2972],{"name":2941,"color":2942},2094,"Missing woff2 file in MPA mode","2023-03-24T00:04:12Z","https://github.com/vuejs/vitepress/issues/2094",0.6999293,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLa_NDW777JnrwfFRLzOFeY2XLvZJcfCCsxbGxkMBeDM":-1},"/vuejs/vitepress/631"]