\r\n\u003C/div>\r\n```\r\n但显然`# 标题一 `可以被成功渲染为标题,而`## {{item[0].title}}`却只能是纯文本,因为这部分根本不会经过`markdown`渲染器的渲染。\n\n### Describe the solution you'd like\n\n我理解是否可以添加一个标识,比如:\r\n```js\r\n\u003Cdiv v-for='item in beijing'>\r\n ## {{item[0].title}}\r\n ::: markdown-block\r\n ## title\r\n // content\r\n ::: \r\n \u003Cmany-pictures :srcImgs='item' :lazy='true' />\r\n\u003C/div>\r\n\r\n```\r\n然后预期中这个块会被`markdown`渲染器渲染之后再交给`vue`相关的编译器去解析。\r\n如果可以支持这个功能,结合`vue`中的`v-if/v-for`等条件控制语句,可以帮助我实现许多页面的快速编写\n\n### Describe alternatives you've considered\n\n目前我只能直接在`v-for`语句中编写纯`html`语法的内容,这对于我来说有一定的心智负担,还是以上述的例子来说,这是我目前的替代方案:\r\n```html\r\n---\r\nsidebar: false\r\n---\r\n\u003Cscript setup>\r\nimport { beijing } from '../const/imgLink.ts'\r\n\u003C/script>\r\n# 标题一\r\n\u003Cdiv v-for='item in beijing'>\r\n \u003Ch2 :id=\"item[0].title\" tabindex=\"-1\">\r\n {{item[0].title}}\r\n \u003Ca class=\"header-anchor\" :href=\"`#${item[0].title}`\" aria-hidden=\"true\">#\u003C/a>\r\n \u003C/h2>\r\n \u003Cmany-pictures :srcImgs='item' :lazy='true' />\r\n\u003C/div>\r\n```\n\n### Additional context\n\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.",[],1570,"在模板语法或标签语法中,是否可以增加一个类似块一样的标识,以至于块中的内容可以被`markdown`解析器识别并渲染为`html`","2023-01-21T14:20:46Z","https://github.com/vuejs/vitepress/issues/1570",0.7583678,{"description":2953,"labels":2954,"number":2956,"owner":2874,"repository":2875,"state":2900,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Describe the bug\n\nThe markdown source is copied from https://vitepress.vuejs.org/guide/markdown#code-groups\r\n\r\n```\r\n::: code-group\r\n\r\n\\```js [config.js]\r\n/**\r\n * @type {import('vitepress').UserConfig}\r\n */\r\nconst config = {\r\n // ...\r\n}\r\n\r\nexport default config\r\n\\```\r\n\r\n\\```ts [config.ts]\r\nimport type { UserConfig } from 'vitepress'\r\n\r\nconst config: UserConfig = {\r\n // ...\r\n}\r\n\r\nexport default config\r\n\\```\r\n\r\n:::\r\n\r\n\r\n```\r\n\r\nThe `:::code-group` is not recognized and there are two code block rendered.\n\n### Reproduction\n\nFollow https://vitepress.vuejs.org/guide/getting-started to create one vitepress instance. Add a markdown file with a code-group block.\n\n### Expected behavior\n\nTwo tabs, each for one code block. similar to https://vitepress.vuejs.org/guide/markdown#code-groups\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.4\r\n CPU: (8) arm64 Apple M1\r\n Memory: 148.13 MB / 8.00 GB\r\n Shell: 3.2.57 - /bin/bash\r\n Binaries:\r\n Node: 16.13.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 8.1.2 - /usr/local/bin/npm\r\n Browsers:\r\n Firefox: 103.0.1\r\n Safari: 15.5\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.31 => 1.0.0-alpha.31\r\n\r\n```\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2955],{"name":2920,"color":2921},1707,"code-group is not working","2023-01-21T14:17:12Z","https://github.com/vuejs/vitepress/issues/1707",0.75926065,{"description":2962,"labels":2963,"number":2964,"owner":2874,"repository":2875,"state":2900,"title":2965,"updated_at":2966,"url":2967,"score":2968},"```\r\n/**\r\n * Fonts\r\n * -------------------------------------------------------------------------- */\r\n\r\n:root {\r\n --vp-font-family-base: LXGWWenKai; /* normal text font */\r\n --vp-font-family-mono: LXGWWenKaiMono; /* code font */\r\n}\r\n```\r\nI have set the overall font like the code above, but I still want \"home hero name\" to use \"Intel\" font. How do I do this? Thank you very much!",[],3678,"Define the font for \"home hero name\"","2024-04-28T12:27:38Z","https://github.com/vuejs/vitepress/issues/3678",0.76251596,["Reactive",2970],{},["Set"],["ShallowReactive",2973],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fk0DkkvB8qX2mvX-nmXrzIdXapN1GUBBihHlaV2T9WtM":-1},"/vuejs/vitepress/1702"]