\n\n### Reproduction\n\nWhen ad blockers like uBO or Adblock Plus have the social rules enabled, the affected element disappears.\n\n\u003Cimg width=\"493\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/77fe95e0-2d55-4b0a-9b4b-1add1da38930\" />\n\n\u003Cimg width=\"1137\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3100bd1f-8c92-4e8b-a0ec-99f1213bf746\" />\n\nDisabling the relevant rule restores them to normal.\n\n\u003Cimg width=\"499\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/fa8d2a12-1c2c-42e1-a0cd-cc880e2a17ea\" />\n\n### Expected behavior\n\nI'm aware this is a Fanboy rule and not enabled by default, but ad blockers often make it easy for users to enable it. Renaming the class to something not on the blocklist is a simpler and more practical workaround.\n\nChanging it to `social-links-items` should work, though in the long run, it might be better to avoid using names like `social-link` altogether.\n\n### System Info\n\n```Text\nNot necessary.\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.",[2873],{"name":2857,"color":2858},4732,"[Suggestion] Avoid using `social-links-list` class, as it may be blocked by EasyList","2025-05-04T15:38:12Z","https://github.com/vuejs/vitepress/issues/4732",0.7318467,{"description":2880,"labels":2881,"number":2883,"owner":2863,"repository":2864,"state":2884,"title":2885,"updated_at":2886,"url":2887,"score":2888},"### Describe the bug\n\nI am trying to generate rss for the website added by vitepress, but I found that the html obtained by getting `ContentData['html']` in `buildEnd` contains `​`. I want to confirm that this is a mistake or it can be designed. .\r\n\r\n\u003Cimg width=\"1724\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/24560368/df04b6d1-72b2-4404-977b-26e42fe0d8e6\">\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vitepress-rss-generate?file=docs%2F.vitepress%2Fconfig.ts&file=docs%2F.vitepress%2Fdist%2Findex.html\n\n### Expected behavior\n\nThe html obtained in buildEnd does not contain ​ the same as the final output html.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 18.18.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.2 - /usr/local/bin/npm\r\n pnpm: 8.10.5 - /usr/local/bin/pnpm\r\n npmPackages:\r\n vitepress: latest => 1.0.0-rc.32\n```\n\n\n### Additional context\n\nI also confirmed that the RSS of vue’s official blog has this problem when displayed on inoreader and feedly.\r\n\r\n\u003Cimg width=\"742\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/24560368/3e512deb-8b08-4454-bdce-0eb564c7bd99\">\r\n\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.",[2882],{"name":2857,"color":2858},3364,"closed","Why does the html obtained in buildEnd contain ​","2023-12-28T00:04:30Z","https://github.com/vuejs/vitepress/issues/3364",0.7046649,{"description":2890,"labels":2891,"number":2892,"owner":2863,"repository":2864,"state":2884,"title":2893,"updated_at":2894,"url":2895,"score":2896},"### Is your feature request related to a problem? Please describe.\n\nIn default VitePress there is `VPSocialLink` component which allows to add social icons.\r\n\r\nCould you please add one more icon for personal website here?\r\nhttps://github.com/vuejs/vitepress/blob/main/src/client/theme-default/support/socialIcons.ts\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.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.",[],2638,"Add personal website social icon","2023-07-25T00:04:47Z","https://github.com/vuejs/vitepress/issues/2638",0.72139716,{"description":2898,"labels":2899,"number":2900,"owner":2863,"repository":2864,"state":2884,"title":2901,"updated_at":2902,"url":2903,"score":2904},"### Is your feature request related to a problem? Please describe.\n\nsocialLinks:[\r\n {\r\n icon: {\r\n svg: '\u003Csvg>\u003C/svg>'\r\n },\r\n link: '...' }]\n\n### Describe the solution you'd like\n\n I want this configuration to display properly. Or add QQ, WeChat, email, etc.\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.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.",[],1115,"How can I make socialLinks: this configuration can be displayed normally in config.js","2023-01-21T14:28:53Z","https://github.com/vuejs/vitepress/issues/1115",0.7264193,{"description":2906,"labels":2907,"number":2909,"owner":2863,"repository":2864,"state":2884,"title":2910,"updated_at":2911,"url":2912,"score":2913},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nCan't use `img` tag in `v0.7.1` (works in `v0.7.0`).\r\n\r\n**To Reproduce**\r\n\r\n1.\r\n```sh\r\nnpm init\r\nyarn add vitepress\r\nwget -O vue.png https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/220px-Vue.js_Logo_2.svg.png\r\necho '' > index.md\r\n```\r\n\r\n2. `npx vitepress` – image will work in development\r\n\r\n\r\n3. `npx vitepress build`\r\n* build will fail due to https://github.com/vitejs/vite/pull/992\r\n* but even with that fix, the build will strip out `src` attribute of `img` and no image will be loaded\r\n\r\n**Expected behavior**\r\nImages should be preserved in build.\r\n\r\n**System Info**\r\n- vitepress version: 0.7.1\r\n- vite version: 1.0.0-rc.8\r\n- Node version: 15.0.1\r\n- OS version: macOS 10.16.7\r\n\r\n**Additional context**\r\n\r\nUsing an absolute URL works as expected in dev and build.\r\n",[2908],{"name":2857,"color":2858},113,"Local images stripped out in build","2023-01-21T16:24:20Z","https://github.com/vuejs/vitepress/issues/113",0.73411906,{"description":2915,"labels":2916,"number":2917,"owner":2863,"repository":2864,"state":2884,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### 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.7388612,{"description":2923,"labels":2924,"number":2925,"owner":2863,"repository":2864,"state":2884,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Is your feature request related to a problem? Please describe.\n\nMastodon is getting bigger and bigger\n\n### Describe the solution you'd like\n\nAdd Mastodon as native supported social link icon\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nhttps://github.com/faker-js/faker/blob/aa77888098add8bc5de5ed8f4f2dbc68aa7e8cef/docs/.vitepress/config.ts#L116-L120\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.",[],1735,"Add mastodon social icon","2023-01-21T14:17:04Z","https://github.com/vuejs/vitepress/issues/1735",0.73997056,{"description":2931,"labels":2932,"number":2935,"owner":2863,"repository":2864,"state":2884,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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.",[2933,2934],{"name":2857,"color":2858},{"name":2860,"color":2861},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.7460506,{"description":2941,"labels":2942,"number":2949,"owner":2863,"repository":2864,"state":2884,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Is your feature request related to a problem? Please describe.\n\nThis would add support for [FlexSearch](https://github.com/nextapps-de/flexsearch), which is what is used by default in [Nextra.js](https://nextra.site). I am currently choosing between either VitePress or Nextra, with a preference toward VitePress. However, the details from the search that show up on Nextra are preferable as opposed to just the title of a page.\r\n\r\nWith minisearch:\r\n\u003Cimg width=\"817\" alt=\"Screenshot 2023-07-27 at 11 31 49\" src=\"https://github.com/vuejs/vitepress/assets/46639943/92a5e2aa-bc0f-409d-9e73-1e899b43440f\">\r\n\r\nWith FlexSearch:\r\n\u003Cimg width=\"820\" alt=\"Screenshot 2023-07-27 at 11 32 04\" src=\"https://github.com/vuejs/vitepress/assets/46639943/62ed14ba-ef4d-4943-b010-75fbf6e8abeb\">\r\n\n\n### Describe the solution you'd like\n\nAdd support for FlexSearch\n\n### Describe alternatives you've considered\n\nUsing Nextra, but I would like to use VitePress\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.",[2943,2946],{"name":2944,"color":2945},"theme","0754FB",{"name":2947,"color":2948},"contribution welcome","11E4B8",2690,"[search] add option to enable detailed view by default","2023-08-11T00:04:36Z","https://github.com/vuejs/vitepress/issues/2690",0.74613285,["Reactive",2955],{},["Set"],["ShallowReactive",2958],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fihGBcvSc-UYm0TVXhAnQXUOHNKuuGleweEGelZRcQ2E":-1},"/vuejs/vitepress/504"]