\r\n \u003Cfigcaption align=\"center\">\r\n \u003Csmall style=\"opacity: 0.8\">${title}\u003C/small>\r\n \u003C/figcaption>\r\n \u003C/figure>`\r\n }\r\n return _super(tokens, idx, options, env, self)\r\n }\r\n }\r\n},\r\n..\r\n```\r\n\r\nThis is the **SERVER** rendered markup \r\n(or what I see when `CTRL+u`)\r\n\r\n```html\r\n\u003Cdiv>\r\n \u003Cp>z\u003C/p>\r\n \u003Cp>\u003Cimg src=\"/assets/vitepress-init.P2GuQSTo.jpg\" alt=\"\" />\u003C/p>\r\n \u003Cp>y\u003C/p>\r\n \u003Cp>\r\n \u003Cfigure>\r\n \u003Cimg src=\"/assets/colours.H7Z7cb1m.png\" alt=\"\" title=\"Test\" />\r\n \u003Cfigcaption align=\"center\">\u003Csmall style=\"opacity: 0.8;\">Test\u003C/small>\u003C/figcaption>\r\n \u003C/figure>\r\n \u003C/p>\r\n \u003Cp>x\u003C/p>\r\n\u003C/div>\r\n```\r\n\r\nThis is the **CLIENT** rendered markup\r\n(or what I see when I inspect in the browser `F12`)\r\n\r\n```html\r\n\u003Cdiv>\r\n \u003Cp>z\u003C/p>\r\n \u003Cp>\u003Cimg src=\"/assets/vitepress-init.P2GuQSTo.jpg\" alt=\"\" />\u003C/p>\r\n \u003Cp>y\u003C/p>\r\n \u003Cp>\u003C/p>\r\n \u003Cfigure>\r\n \u003Cimg src=\"/assets/colours.H7Z7cb1m.png\" alt=\"\" title=\"Test\" />\r\n \u003Cfigcaption align=\"center\">\u003Csmall style=\"opacity: 0.8;\">Test\u003C/small>\u003C/figcaption>\r\n \u003C/figure>\r\n\u003C/div>\r\n```\r\n\r\nSo looks like the client has problems rendering. The `\u003Cfigure>` should be inside the empty `\u003Cp>`, but it's not.\r\n\r\nI couldn't find in the core code where the server and client did the actual rendering, so I couldn't debug this further.\r\n\r\nAny help appreciated, thanks a lot\r\n\r\n\r\n\r\n\r\n\r\n### Expected behavior\r\n\r\nI would expect the server and client to render the same output\r\n\r\n### System Info\r\n\r\n```Text\r\nLinux\r\nVitePress v1.0.1\r\nNode 21.7.1\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.",[2926],{"name":2915,"color":2916},3702,"Hydration completed but contains mismatches","2024-05-01T04:42:08Z","https://github.com/vuejs/vitepress/issues/3702",0.7128062,{"description":2933,"labels":2934,"number":2935,"owner":2871,"repository":2872,"state":2918,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Is your feature request related to a problem? Please describe.\n\nIs there a md syntax for \r\n\r\n1. tabs group for non code content ? How to ?\r\n2. Tabs inside custom containers ? How to ?\r\n\r\n\n\n### Describe the solution you'd like\n\nTabs group like https://vitepress.dev/guide/markdown#code-groups\r\nInside custom containers like https://vitepress.dev/guide/markdown#custom-containers\r\nAnd vice-versa ?\r\n\r\n\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.",[],3120,"Non-code-groups Tabs : HowTo ? + Tabs inside custom container: how to ?","2023-10-31T00:04:12Z","https://github.com/vuejs/vitepress/issues/3120",0.71706843,{"description":2941,"labels":2942,"number":2946,"owner":2871,"repository":2872,"state":2918,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Is your feature request related to a problem? Please describe.\n\nWith the new theme, we can not easily add content in the navbar via slots as we can do for the home and aside parts\n\n### Describe the solution you'd like\n\nIt would be great to have those slots exposed in the Layout:\r\n- nav-bar-title-before\r\n- nav-bar-title-after\r\n- nav-bar-content-before\r\n- nav-bar-content-after\r\n- nav-screen-content-before\r\n- nav-screen-content-after\r\n\r\nhttps://github.com/vuejs/vitepress/blob/next-theme/src/client/theme-default/Layout.vue#L27\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.",[2943],{"name":2944,"color":2945},"theme","0754FB",739,"Add navigation slots","2023-01-21T14:32:40Z","https://github.com/vuejs/vitepress/issues/739",0.7335412,{"description":2952,"labels":2953,"number":2955,"owner":2871,"repository":2872,"state":2918,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-vcqcff?file=docs%2Fexample.md\n\n### Expected behavior\n\n\r\n\n\n### System Info\n\n```sh\nSystem:\r\n OS: Linux 5.15 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)\r\n CPU: (12) x64 AMD Ryzen 5 5600U with Radeon Graphics\r\n Memory: 6.10 GB / 6.70 GB\r\n Container: Yes\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 18.16.0 - ~/.nvm/versions/node/v18.16.0/bin/node\r\n Yarn: 1.22.19 - /mnt/c/Users/aikotoba/AppData/Roaming/npm/yarn\r\n npm: 9.5.1 - ~/.nvm/versions/node/v18.16.0/bin/npm\r\n pnpm: 8.6.7 - /mnt/c/Users/aikotoba/AppData/Local/pnpm/pnpm\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.",[2954],{"name":2944,"color":2945},2623,"[style] external links icon is displayed on the links in \u003CVPTeamMembers>","2023-07-27T00:04:21Z","https://github.com/vuejs/vitepress/issues/2623",0.7482015,{"description":2961,"labels":2962,"number":2965,"owner":2871,"repository":2872,"state":2918,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### Describe the bug\n\nIn some cases, even if the page has content, the 404 error is displayed.\r\nThis often happens when you open a page using a link.\r\n\r\n\n\n### Reproduction\n\nUse the link to open the page\n\n### Expected behavior\n\nDisplay content\r\nBut it says 404, sometimes there's something underneath it, sometimes there's nothing at all.\n\n### System Info\n\n```shell\nNot yet available\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.",[2963,2964],{"name":2891,"color":2892},{"name":2868,"color":2869},2227,"Error 404","2023-08-12T00:04:25Z","https://github.com/vuejs/vitepress/issues/2227",0.7547136,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f8vI9PlTSdqvxJl4j86Ml7iwtoGVjXl7lg3B3S7Riyd8":-1},"/vuejs/vitepress/4008"]