\r\n```\r\n\r\nAlternatively, use the `desc` defined in the `container` to write Markdown syntax.\r\n\r\n```md\r\n::: demo src=\"../demo.vue\" title=\"Demo block\"\r\n\r\nThis is a `description` that can be written using Markdown.\r\n\r\n:::\r\n```\r\n\r\n### Describe the solution you'd like\r\n\r\nTo address this, I have created the [markdown-it-vitepress-demo](https://github.com/hairyf/markdown-it-vitepress-demo) plugin. I'm not sure if it can be helpful.\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- https://github.com/vuejs/vitepress/issues/987\r\n- https://github.com/vuejs/vitepress/issues/1349\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.",[3033],{"name":3020,"color":3021},2432,"feat(demo): built-in markdown plugin provides support for showcasing demo capabilities.","2024-07-17T14:37:26Z","https://github.com/vuejs/vitepress/issues/2432",0.7046492,{"description":3040,"labels":3041,"number":3043,"owner":3023,"repository":3024,"state":3025,"title":3044,"updated_at":3045,"url":3046,"score":3047},"### Is your feature request related to a problem? Please describe.\r\n\r\nI used an sever API that can convert ` *.md` strings into HTML elements.\r\nI want it to replace the parsing of `markdown-it` .Display the parsed markup content on the page.\r\n\r\n### Describe the solution you'd like\r\n\r\nCan `markdown-it` serve as a pluggable markdown parser? \r\n can be replaced with other markup parsers.\r\n\r\n\r\n### Describe alternatives you've considered\r\n\r\nAlternatively, have a hook from the ` *.md` string to the page content using an API, and skip the parsing of the `markdown-it`.\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.",[3042],{"name":3020,"color":3021},3347,"[markdown-it] as a pluggable markdown parser","2024-02-02T09:22:47Z","https://github.com/vuejs/vitepress/issues/3347",0.71163267,{"description":3049,"labels":3050,"number":3052,"owner":3023,"repository":3024,"state":3025,"title":3053,"updated_at":3054,"url":3055,"score":3056},"### Is your feature request related to a problem? Please describe.\n\nmd文件中的title和description能否是动态的,或者是让生成的 html文件中的title和description能否是动态的\r\njs取 一些文本赋值给title或description\n\n### Describe the solution you'd like\n\nmd文件中的title和description能否是动态的,或者是让生成的 html文件中的title和description能否是动态的\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.",[3051],{"name":3020,"color":3021},3798,"md文件中的title和description能否是动态的","2024-05-23T19:48:32Z","https://github.com/vuejs/vitepress/issues/3798",0.7245287,{"description":3058,"labels":3059,"number":3064,"owner":3023,"repository":3024,"state":3025,"title":3065,"updated_at":3066,"url":3067,"score":3068},"As mentioned in #253, we probably should add a community examples page. Here are the things that we can add:\r\n\r\n- Markdown Extensions\r\n * Code Groups\r\n * Footnotes\r\n * Task Lists\r\n * Maths, Diagrams, Charts\r\n\r\n- SEO Improvement\r\n * Sitemaps\r\n * Meta Tags\r\n\r\n- Image Extensions\r\n * Zoom on Click\r\n * Image Gallary\r\n * Figures and Captions\r\n\r\n- Complex Use-Cases\r\n * Building PWA\r\n * CSS Isolation\r\n * Dynamic Sidebar\r\n * Multiple Bases\r\n * Offline Search\r\n * Writing Blogs\r\n * Versioning\r\n\r\n- Integration with other libraries:\r\n * TailwindCSS\r\n * Styleguidist (might be tricky)\r\n * Pinia\r\n\r\nI created this list based on popular VuePress plugins and VitePress issues. Having such a page before v1 will significantly ease up migration. If you think the list is missing something common then please comment.\r\n\r\nSome of these can be officially supported too, especially the markdown extensions.",[3060,3063],{"name":3061,"color":3062},"docs","0075ca",{"name":3020,"color":3021},883,"Add examples","2024-03-07T11:20:19Z","https://github.com/vuejs/vitepress/issues/883",0.72759753,{"description":3070,"labels":3071,"number":3072,"owner":3023,"repository":3024,"state":3025,"title":3073,"updated_at":3074,"url":3075,"score":3076},"### Is your feature request related to a problem? Please describe.\n\nCan't edit when working on project in-line.\n\n### Describe the solution you'd like\n\nCould we get a feature to edit in-line where a markup editor would come up attached to the git repository?\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.",[],4760,"Edit in-line","2025-05-23T19:45:21Z","https://github.com/vuejs/vitepress/issues/4760",0.7283204,{"description":3078,"labels":3079,"number":3080,"owner":3023,"repository":3024,"state":3081,"title":3082,"updated_at":3083,"url":3084,"score":3085},"### Is your feature request related to a problem? Please describe.\n\n当我在文档里插入图片发布后,图片中有部分内容在页面上较为模糊。我试过markdown-it-custom-attrs插件,但是好像没有生效。\n\n### Describe the solution you'd like\n\n在vitepress中集成图片灯箱的功能,或者有什么办法可以集成相关组件(希望给一个示例)\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.",[],2674,"closed","能否增加一个图片点击放大的功能。","2023-08-01T00:04:35Z","https://github.com/vuejs/vitepress/issues/2674",0.70085484,{"description":3087,"labels":3088,"number":3092,"owner":3023,"repository":3024,"state":3081,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### Is your feature request related to a problem? Please describe.\n\nNope.\n\n### Describe the solution you'd like\n\nProvide a config option, like `lastUpdated`.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nNot very familiar with Node and Vite. I tried to do it on my own, but failed with 'process is not defined'. Any help?\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.",[3089],{"name":3090,"color":3091},"question","5D5FAE",3001,"Support to show page contributors","2023-10-01T00:04:52Z","https://github.com/vuejs/vitepress/issues/3001",0.7112934,{"description":3098,"labels":3099,"number":3100,"owner":3023,"repository":3024,"state":3081,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### Is your feature request related to a problem? Please describe.\n\n在最新的版本中,如何给Markdown文件中的图片添加点击缩放功能呢?\r\n \"vitepress\": \"1.0.0-rc.14\"\n\n### Describe the solution you'd like\n\n \"vitepress\": \"1.0.0-rc.14\"\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.",[],3064,"how to Allow images to be zoomed in on click","2023-10-19T00:04:19Z","https://github.com/vuejs/vitepress/issues/3064",0.7140433,{"description":3106,"labels":3107,"number":3109,"owner":3023,"repository":3024,"state":3081,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### Is your feature request related to a problem? Please describe.\n\nIt would be great if vitepress can support an interface for open API docs. This is a standard in most modern documentation tools these days\n\n### Describe the solution you'd like\n\nhttps://github.com/PaloAltoNetworks/docusaurus-openapi-docs\r\n\r\nabove is a reference of palaltonetworks plugin for docosaurus\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.",[3108],{"name":3020,"color":3021},4133,"open-api docs support","2025-06-24T11:15:01Z","https://github.com/vuejs/vitepress/issues/4133",0.71563536,["Reactive",3115],{},["Set"],["ShallowReactive",3118],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvNtBh3AcCkoQWidKJVcHZxTCSHYq2LCvjCoQ1fM2gwA":-1},"/vuejs/vitepress/3130"]