` component wraps the code with a \"position: relative\" styled div. \r\n\r\n\u003Cimg width=\"656\" alt=\"Screenshot 2023-07-30 at 9 43 37 PM\" src=\"https://github.com/vuejs/vitepress/assets/90354202/a7f83520-edc3-415d-b851-2487693e1ba9\">\r\n\r\n\r\n### Reproduction\r\n\r\nThe \u003CContent /> component wraps the code with a \"position: relative\" styled div. \r\n\r\n### Expected behavior\r\n\r\nThere is no documentation on how to disable that from happening and it shouldn't do that in the first place anyway. \r\n\r\n### System Info\r\n\r\n```sh\r\nv1.0.0-beta.7\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] 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.",[2902],{"name":2891,"color":2892},2712,"The \u003CContent /> component wraps the code with a \"position: relative\" styled div.","2023-08-11T00:04:38Z","https://github.com/vuejs/vitepress/issues/2712",0.7683671,{"description":2909,"labels":2910,"number":2914,"owner":2862,"repository":2863,"state":2894,"title":2915,"updated_at":2916,"url":2917,"score":2918},"### Describe the bug\n\n```JavaScript\r\nUncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Document': '.VPDoc :where(h1,h2,h3,h4,h5,h6)' is not a valid selector.\r\n at getHeaders (http://localhost:5173/@fs/E:/vitepress/node_modules/vitepress/dist/client/theme-default/composables/outline.js?v=f971accd:16:21)\r\n at http://localhost:5173/@fs/E:/vitepress/node_modules/vitepress/dist/client/theme-default/composables/local-nav.js?v=f971accd:12:25\r\n at http://localhost:5173/@fs/E:/vitepress/node_modules/vitepress/dist/client/app/components/Content.js?v=f971accd:4:62\r\n at Array.forEach (\u003Canonymous>)\r\n at runCbs (http://localhost:5173/@fs/E:/vitepress/node_modules/vitepress/dist/client/app/components/Content.js?v=f971accd:4:46)\r\n at callWithErrorHandling (http://localhost:5173/@fs/E:/vitepress/.vitepress/cache/deps/chunk-5QLTCEDZ.js?v=f971accd:1659:19)\r\n at callWithAsyncErrorHandling (http://localhost:5173/@fs/E:/vitepress/.vitepress/cache/deps/chunk-5QLTCEDZ.js?v=f971accd:1666:17)\r\n at invokeVNodeHook (http://localhost:5173/@fs/E:/vitepress/.vitepress/cache/deps/chunk-5QLTCEDZ.js?v=f971accd:8880:3)\r\n at Array.\u003Canonymous> (http://localhost:5173/@fs/E:/vitepress/.vitepress/cache/deps/chunk-5QLTCEDZ.js?v=f971accd:7498:19)\r\n at flushPostFlushCbs (http://localhost:5173/@fs/E:/vitepress/.vitepress/cache/deps/chunk-5QLTCEDZ.js?v=f971accd:1841:41)\r\n```\n\n### Reproduction\n\nThe console on each page shows this message.\n\n### Expected behavior\n\nHopefully it will be considered compatible with older browsers that do not support `:where` selector.\n\n### System Info\n\n```Text\nChrome: 86.0.4240.198\n```\n\n\n### Additional context\n\n https://github.com/vuejs/vitepress/blob/a0f7b94953baa367e99e4979140eb99b273aff52/src/client/theme-default/composables/outline.ts#L28\r\n\r\nsuggestion: `...document.querySelectorAll('.VPDoc h1, .VPDoc h2, .VPDoc h3, .VPDoc h4, .VPDoc h5, .VPDoc h6')`\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.",[2911],{"name":2912,"color":2913},"wont fix","EDEED1",3838,"Aside outline is not rendered","2024-05-06T04:41:59Z","https://github.com/vuejs/vitepress/issues/3838",0.7706513,{"description":2920,"labels":2921,"number":2922,"owner":2862,"repository":2863,"state":2894,"title":2923,"updated_at":2924,"url":2925,"score":2926},"### Is your feature request related to a problem? Please describe.\n\nyes, see #939 \r\n\n\n### Describe the solution you'd like\n\nhope in markdown, we can write tailwindui template.\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.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.",[],940,"Hope can support tailwindui","2023-01-21T14:32:42Z","https://github.com/vuejs/vitepress/issues/940",0.7707249,{"description":2928,"labels":2929,"number":2931,"owner":2862,"repository":2863,"state":2894,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Describe the bug\n\nI raised an [issue](https://github.com/vuejs/vitepress/issues/4433) about the Tailwindcss style not being effective before.\r\n\r\nWith the enthusiastic help of Vitepress team member [brc-dd](https://github.com/brc-dd), I solved this problem.\r\n\r\nBut now we have encountered a very tricky problem\r\n\r\n\r\nhttps://github.com/user-attachments/assets/f154b1e5-8f14-496f-82f4-1e7cebd389a0\r\n\r\n\n\n### Reproduction\n\nhttps://github.com/ajiho/vitepress-tdcss-with-outside-srcdir-invalid\n\n### Expected behavior\n\nEven if srcdir is set outside the current working directory, tailwindcss can still function properly\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (8) x64 Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz\r\n Memory: 1.90 GB / 7.91 GB\r\n Binaries:\r\n Node: 22.11.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 10.9.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Chromium (131.0.2903.86)\r\n Internet Explorer: 11.0.19041.3636\r\n npmPackages:\r\n vitepress: ^1.5.0 => 1.5.0\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.",[2930],{"name":2891,"color":2892},4456,"Tailwindcss will have no effect when srcDir is set to an external directory of the current working directory","2025-01-11T04:42:40Z","https://github.com/vuejs/vitepress/issues/4456",0.77189195,{"description":2937,"labels":2938,"number":2939,"owner":2862,"repository":2863,"state":2894,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### Is your feature request related to a problem? Please describe.\r\n\r\nI tried to use VitePress to build my blog, but I notice that `frontmatter.draft` is not supported.I don't think add support for `frontmatter.draft` is a good solution, because we can't directly know the post is draft or not.\r\n\r\nI defined `$draft \u003Cpost-title>.md` as my post file name, and noticed that I can overwrite the path generation but can't ignore the path generation for the specified file.\r\n\r\n### Describe the solution you'd like\r\n\r\nadd `ignore` option for `config.ts` file, like:\r\n\r\n```ts\r\n{\r\n ignore: (path: string) => path === \"\u003Cpath-to-be-ignored>\"\r\n}\r\n```\r\n\r\n```ts\r\n{\r\n ignore: (path: string) => /^\\$draft */.test(path.split(\"/\").at(-1))\r\n}\r\n```\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.",[],3255,"Support ignoring the specified path generation","2023-12-04T00:04:55Z","https://github.com/vuejs/vitepress/issues/3255",0.77273947,{"description":2945,"labels":2946,"number":2948,"owner":2862,"repository":2863,"state":2894,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Is your feature request related to a problem? Please describe.\n\n[Prev Next Links](https://vitepress.dev/reference/default-theme-prev-next-links) can only customize using Frontmatter in each markdown file\n\n### Describe the solution you'd like\n\nI think there must be someone else who thinks like me: **I don't want Prev Next Links**\r\n\r\nusing `custom.css` or customize in each markdown file is too hack and hope it can be edit in either global config\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.",[2947],{"name":2853,"color":2854},2079,"Add support for custom Prev Next Links in themeConfig","2023-06-18T00:04:58Z","https://github.com/vuejs/vitepress/issues/2079",0.7747526,["Reactive",2954],{},["Set"],["ShallowReactive",2957],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdOkRLv-tsTRIxTSZatM6ucvrE5jhH7lNscMywZZjo4A":-1},"/vuejs/vitepress/2794"]