\r\n\u003C/CodeRunner>\r\n\r\n:::\r\n```\r\n\r\nThe expected rendering result is\r\n\r\n\r\n\r\nThe result of rendering in vitepress is\r\n\r\n\r\n\r\nCauses disabled styles to be lost\n\n### Reproduction\n\nThe component reference address that caused the problem\r\n https://view-shadcn-ui.devlive.org/components/form/input.html#disabled\r\n \r\n\n\n### Expected behavior\n\nNone\n\n### System Info\n\n```Text\nNone\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.",[],4447,"vitepress will cause component styles to be lost","2025-01-09T04:43:08Z","https://github.com/vuejs/vitepress/issues/4447",0.72140944,{"description":3083,"labels":3084,"number":3088,"owner":3027,"repository":3028,"state":3041,"title":3089,"updated_at":3090,"url":3091,"score":3092},"I have some markdown source code from a server, how can I mix it with the local markdown file for rendering?\r\nPlease tell me, what should I do? Thank you.\r\n\r\ninput:\r\n```md\r\n\u003Cscript setup>\r\nconst subTitle = \"## Second Title\";\r\n\u003C/script>\r\n\r\n# App Title\r\n\r\n{{ subTitle }}\r\n```\r\noutput:\r\n```html\r\n\u003Ch1>App Title\u003C/h1>\r\n\u003Ch2>Second Ttitle\u003C/h2>\r\n```",[3085],{"name":3086,"color":3087},"question","5D5FAE",3973,"I want to use mixed rendering of Markdown files and strings, how should I do it?","2024-06-29T04:41:45Z","https://github.com/vuejs/vitepress/issues/3973",0.72289383,{"description":3094,"labels":3095,"number":3097,"owner":3027,"repository":3028,"state":3041,"title":3098,"updated_at":3099,"url":3100,"score":3101},"### Describe the bug\r\n\r\n```\r\nUncaught ReferenceError: can't access lexical declaration 'K' before initialization\r\n vi https://preview-extend-template.gander-pl.pages.dev/assets/chunks/framework.v9o0AzEe.js:13\r\n \u003Canonymous> https://preview-extend-template.gander-pl.pages.dev/assets/chunks/theme.DDSRElNe.js:1\r\nframework.v9o0AzEe.js:13:10217\r\n```\r\n\r\n### Reproduction\r\n\r\n+ https://github.com/gander/gander.pl/tree/preview/extend-template\r\n+ https://github.com/gander/gander.pl/tree/preview/extend-template-inherit\r\n\r\n`.vitepress/theme/index.js`\r\n```js\r\nimport { h } from 'vue'\r\nimport DefaultTheme from 'vitepress/theme'\r\nimport Footer from \"./Footer.vue\";\r\n\r\nexport default {\r\n extends: DefaultTheme,\r\n Layout() {\r\n return h(DefaultTheme.Layout, null, {\r\n 'layout-bottom': () => h(Footer)\r\n })\r\n }\r\n}\r\n```\r\n\r\n`.vitepress/theme/Footer.vue`\r\n```vue\r\n\u003Cscript setup>\r\nconst telemetryImg = import.meta.env.VITE_TELEMETRY_IMG;\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n \u003Cdiv class=\"telemetry\" v-if=\"telemetryImg\">\r\n \u003Cimg :src=\"telemetryImg\" alt=\"\">\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cstyle scoped>\r\n.telemetry {\r\n text-align: center;\r\n}\r\n.telemetry img {\r\n display: inline-block;\r\n max-width: 66px;\r\n}\r\n\u003C/style>\r\n```\r\n\r\n### Expected behavior\r\n\r\nDisplay image in footer\r\n\r\n### System Info\r\n\r\n```Text\r\nSystem:\r\n OS: Linux 6.5 Linux Mint 21.3 (Virginia)\r\n Browsers:\r\n Chrome: 123.0.6312.86\r\n Cloudflare:\r\n Node: 20.5.1\r\n bun: 1.0.35\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nhttps://preview-extend-template.gander-pl.pages.dev/\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.",[3096],{"name":3058,"color":3059},3717,"Uncaught ReferenceError: can't access lexical declaration 'K' before initialization","2024-04-28T12:25:20Z","https://github.com/vuejs/vitepress/issues/3717",0.72748756,{"description":3103,"labels":3104,"number":3106,"owner":3027,"repository":3028,"state":3041,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Describe the bug\n\nWhen the header is long enough to span multiple lines, the anchor icon is position on the last line.\r\n\r\n\r\n\n\n### Reproduction\n\n1. Open https://stackblitz.com/edit/vite-badrqn?file=docs%2Findex.md\r\n2. Hover over header\r\n3. Notice the anchor icon is position over the last line\n\n### Expected behavior\n\nIcon should be position on the first line.\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: 47.18 GB / 63.92 GB\r\n Binaries:\r\n Node: 18.2.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 9.6.6 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 7.29.3 - C:\\ProgramData\\chocolatey\\bin\\pnpm.EXE\r\n Browsers:\r\n Chrome: 114.0.5735.199\r\n Edge: Spartan (44.19041.1266.0), Chromium (114.0.1823.79)\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.",[3105],{"name":3021,"color":3022},2616,"Incorrect header anchor icon position with multline headers","2023-08-06T00:04:27Z","https://github.com/vuejs/vitepress/issues/2616",0.72966003,{"description":3112,"labels":3113,"number":3114,"owner":3027,"repository":3028,"state":3041,"title":3115,"updated_at":3116,"url":3117,"score":3118}," It uses git to get that timestamp. Disable it if you don't want to install git.\r\n\r\n_Originally posted by @brc-dd in https://github.com/vuejs/vitepress/issues/2175#issuecomment-1491609952_\r\n \r\n\r\nI am run vitepress dev server in webcontainer , it's haven't git , where config can i disable git ?",[],3575,"How to disable git","2024-02-23T00:05:15Z","https://github.com/vuejs/vitepress/issues/3575",0.7297721,["Reactive",3120],{},["Set"],["ShallowReactive",3123],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f4kBUsk8w_Z59Tpo34J4KbAWy4bTpMTUkVVxQiKjZL5I":-1},"/vuejs/vitepress/4137"]