\r\n```\r\nI think this is pretty reasonable to have.\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.",[],3068,"Use Iconify icons in inline markdown","2023-10-20T00:04:33Z","https://github.com/vuejs/vitepress/issues/3068",0.73771113,{"description":3086,"labels":3087,"number":3089,"owner":3046,"repository":3047,"state":3061,"title":3090,"updated_at":3091,"url":3092,"score":3093},"### Is your feature request related to a problem? Please describe.\n\nCurrently, if the layout of a page is `home`, under `features`, links do not render (both markdown and html).\n\n### Describe the solution you'd like\n\nAllow markdown links in `features`\r\nExample:\r\n```md\r\n---\r\nlayout: home\r\ntitle: Ipsum\r\nfeatures:\r\n - title: [link](https://google.com/)\r\n details: [another link](https://google.com/)\r\n---\r\n```\n\n### Describe alternatives you've considered\n\nAlternatively, HTML links could be allowed:\r\n```md\r\n---\r\nlayout: home\r\ntitle: Ipsum\r\nfeatures:\r\n - title: \u003Ca href=\"https://google.com/\">link\u003C/a>\r\n details: \u003Ca href=\"https://google.com/\">another link\u003C/a>\r\n---\r\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.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.",[3088],{"name":3040,"color":3041},984,"Allow links in the homepage-layout features","2023-01-21T14:22:47Z","https://github.com/vuejs/vitepress/issues/984",0.73812896,{"description":3095,"labels":3096,"number":3098,"owner":3046,"repository":3047,"state":3061,"title":3099,"updated_at":3100,"url":3101,"score":3102},"### Is your feature request related to a problem? Please describe.\n\nWhen the text on the link is contextual there is no way to include an alternative text to be shown on next/prev footer.\n\n### Describe the solution you'd like\n\nAdd an optional text entry on `SidebarItem` and use it on `VPDocFooter` if configured.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nWe have a `Getting Started` on each group:\r\n\r\n\r\n\r\n\u003Cbr/>\r\n\r\nHere you can check the text is not in context (the next entry should be `Getting Started | Frameworks`):\r\n\r\n\r\n\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.",[3097],{"name":3040,"color":3041},758,"Provide text entry for `VPDocFooter`","2023-01-21T14:32:49Z","https://github.com/vuejs/vitepress/issues/758",0.74066573,{"description":3104,"labels":3105,"number":3106,"owner":3046,"repository":3047,"state":3061,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Is your feature request related to a problem? Please describe.\n\n快速构建文档,有时更希望插入一些视频能让文档使用者体验更加。但是使用文档中并没有发现可以插入多媒体的方式。\r\n尝试了H5的video标签和iframe 都是不允许播放本地媒体文件的。\r\n有什么方式能实现播放视频么?\n\n### Describe the solution you'd like\n\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.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.",[],814,"该如何在文档中播放多媒体呢?","2023-01-21T14:27:03Z","https://github.com/vuejs/vitepress/issues/814",0.7410125,{"description":3112,"labels":3113,"number":3114,"owner":3046,"repository":3047,"state":3061,"title":3115,"updated_at":3116,"url":3117,"score":3118},"### Is your feature request related to a problem? Please describe.\n\n\r\n\n\n### Describe the solution you'd like\n\n1\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.",[],2511,"I want to add a icon to the sidebar,like this picuture,how should I do ?","2023-06-25T00:05:06Z","https://github.com/vuejs/vitepress/issues/2511",0.74283063,{"description":3120,"labels":3121,"number":3126,"owner":3046,"repository":3047,"state":3061,"title":3127,"updated_at":3128,"url":3129,"score":3130},"### Describe the bug\n\nWhen you define a link to an image in frontmatter or in config.js, the file is note copy in the dist folder, whereas for a link in the markdown file directly it works, also when you define a public folder with your pictures it copy the content of the folder directly in dist folder and not in a public folder in dist folder. \n\n### Reproduction\n\nat this in a makdown file that represents the home page :\r\nfeatures:\r\n - icon: \r\n src: /public/compiler.png\r\ncreate a public folder in docs with the image\r\n\r\nand build the project\r\n\r\n\n\n### Expected behavior\n\nit will be preferable if the content of public folder will be copy in a dist/public folder, because here you can just enter :\r\nfeatures:\r\n - icon: \r\n src: compiler.png\r\n\r\nbut it is not very clear\n\n### System Info\n\n```sh\nnpm run docs:build\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.",[3122,3125],{"name":3123,"color":3124},"bug: pending triage","e99695",{"name":3043,"color":3044},2422,"No inclusion of assets in frontmatter of markdown file and js config","2023-08-11T00:04:07Z","https://github.com/vuejs/vitepress/issues/2422",0.7435901,{"description":3132,"labels":3133,"number":3134,"owner":3046,"repository":3047,"state":3061,"title":3135,"updated_at":3136,"url":3137,"score":3138},"### Is your feature request related to a problem? Please describe.\n\nThis was an existing feature:\r\n\r\n- https://github.com/vuejs/vitepress/issues/334\r\n\r\nIt was really useful for generated doc pages like APIs that shouldn't be modified manually\n\n### Describe the solution you'd like\n\n- See https://github.com/vuejs/vitepress/issues/334\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.",[],1516,"Support `editLink` per page","2023-01-21T14:23:06Z","https://github.com/vuejs/vitepress/issues/1516",0.7439139,["Reactive",3140],{},["Set"],["ShallowReactive",3143],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWcjNJIvr4uF74yYVcnD7PhGilqfTh1aswmezZ-PWes0":-1},"/vuejs/vitepress/1340"]