\r\n\u003Cimg alt=\"Minecraft Version\" src=\"https://img.shields.io/badge/Minecraft-1.8--1.20-blue?style=flat&color=green\"/>\r\n\u003Cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/NoNameGMM/SignInForMiraiMC?style=flat&label=Release\"/>\r\n```\r\n\r\n正常来说应该是这样:\r\n\u003Cimg width=\"249\" alt=\"photo1\" src=\"https://github.com/vuejs/vitepress/assets/109721871/d5c41be5-f3df-43f7-bd88-a2f12a11490f\">\r\n\r\n可是vitepress的效果是:\r\n\u003Cimg width=\"107\" alt=\"屏幕截图 2024-03-03 200157\" src=\"https://github.com/vuejs/vitepress/assets/109721871/a5b20517-2e3f-4fb0-9390-1f06cdbbebd6\">\r\n\r\n\r\n\n\n### Reproduction\n\n同上\n\n### Expected behavior\n\n我想要实现正常markdown的效果\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics\r\n Memory: 1.68 GB / 13.86 GB\r\n Binaries:\r\n Node: 20.10.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.21 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 10.2.3 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.15.4 - ~\\AppData\\Roaming\\npm\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (122.0.2365.59)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.44 => 1.0.0-rc.44\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.",[],3631,"closed","使用shields.io徽标时图片自动换行","2024-03-11T00:04:39Z","https://github.com/vuejs/vitepress/issues/3631",0.683699,{"description":2901,"labels":2902,"number":2904,"owner":2872,"repository":2873,"state":2895,"title":2905,"updated_at":2906,"url":2907,"score":2908},"### Describe the bug\r\n\r\nFor example the page https://blog.jaggerwang.net/basicai-annotation-specification/ cannot access directly, but it's ok when add `index.html` suffix, and other pages did not have this problem, such as https://blog.jaggerwang.net/basicai-technical-architecture/ . So it seems related to the content of page?\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/3a69f282-d002-4194-b7ca-3b3075616883\">\r\n\r\nIt's ok when running in local dev and preview mode, and there is no error showing in the browser console or terminal console.\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/82b87b50-f21a-430e-bb4e-893eb3bf9c52\">\r\n\r\n### Reproduction\r\n\r\nProject structure:\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d3f2d9e0-5dc8-4344-9674-61433c5a8322\">\r\n\r\nAliyun OSS config:\r\n\r\n\u003Cimg width=\"1306\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d30acd18-d20c-44f2-a872-61bd981d0bcb\">\r\n\r\nBuid with GitHub actions, but the html is same with local build.\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/f57bef3c-2d76-47c4-b18a-4b4a7b696771\">\r\n\r\n### Expected behavior\r\n\r\nNo error.\r\n\r\n### System Info\r\n\r\n```Text\r\nAliyun OSS\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\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.",[2903],{"name":2883,"color":2884},3322,"Refresh some pages with error \"Hydration completed but contains mismatches.\" when deployed on Aliyun OSS.","2023-12-21T00:04:35Z","https://github.com/vuejs/vitepress/issues/3322",0.6905245,{"description":2910,"labels":2911,"number":2916,"owner":2872,"repository":2873,"state":2895,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Describe the bug\r\n\r\nvitepress not support TODO\r\n\r\nwhen i use `- [ ]` in markdown, it wasn't rendered correctly, it's recognized as a list, just like this:\r\n\u003Cimg width=\"282\" alt=\"image\" src=\"https://user-images.githubusercontent.com/37357188/218241878-e9fbec7c-9848-4166-80fe-8370421d8ce6.png\">\r\n\r\nIt should be identified as\r\n\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\njust like this\r\n\r\n- [x] TODO-1\r\n- [x] TODO-2\r\n- [ ] TODO-1\r\n\r\nbut in vitpress\r\n\r\n\r\n\r\n### Expected behavior\r\n\r\njust like on github\r\n\r\n- [x] TODO-1\r\n- [x] TODO-2\r\n- [ ] TODO-1\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 12.6.3\r\n CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz\r\n Memory: 87.81 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.17.0 - ~/.nvm/versions/node/v16.17.0/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v16.17.0/bin/yarn\r\n npm: 8.15.0 - ~/.nvm/versions/node/v16.17.0/bin/npm\r\n Browsers:\r\n Chrome: 109.0.5414.119\r\n Edge: 97.0.1072.62\r\n Firefox: 77.0.1\r\n Safari: 16.3\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.45 => 1.0.0-alpha.45\r\n```\r\n\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.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2912,2915],{"name":2913,"color":2914},"has-workaround","1B4515",{"name":2869,"color":2870},1923,"TODO list todo is not supported","2023-08-12T00:04:28Z","https://github.com/vuejs/vitepress/issues/1923",0.698994,{"description":2922,"labels":2923,"number":2925,"owner":2872,"repository":2873,"state":2895,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Describe the bug\r\n\r\nI upload the files under the path `docs/.vitepress/dist/` to my website, but I cannot visit the vitepress online.\r\n\r\nThe uploaded files is here is reproduce the behavior (`pnpm docs-build`) locally.\r\n\r\n\r\n\r\n### Reproduction\r\nTo reproduce the behavior, run `pnpm docs-build` and upload files under `docs/.vitepress/dist/` to the server(website)'s default (root) path.\r\n\r\nhttps://vitepress.vuejs.org/guide/deploy#building-the-docs\r\nOr Upload the file under the path of `docs/.vitepress/dist/` to the web server, with Github Actions:\r\n```\r\nname: Deploy\r\n\r\non:\r\n push:\r\n branches: \r\n - main\r\n paths-ignore:\r\n - README.md\r\n - LICENSE\r\n\r\njobs:\r\n build-production:\r\n runs-on: ubuntu-latest\r\n strategy:\r\n matrix:\r\n node-version: [14, 17]\r\n steps:\r\n - name: Checkout\r\n uses: actions/checkout@v2\r\n\r\n - name: Install pnpm\r\n uses: pnpm/action-setup@v2.0.1\r\n with:\r\n version: 6.15.1\r\n\r\n - name: Set node version to ${{ matrix.node_version }}\r\n uses: actions/setup-node@v2\r\n with:\r\n node-version: ${{ matrix.node_version }}\r\n cache: \"pnpm\"\r\n\r\n - name: Install deps\r\n run: pnpm install\r\n\r\n - name: Build\r\n run: pnpm docs-build\r\n\r\n - name: Deploy file to server\r\n uses: appleboy/scp-action@master\r\n with:\r\n host: ${{ secrets.IP }}\r\n username: ${{ secrets.USERNAME }}\r\n password: ${{ secrets.PASSWORD }}\r\n source: 'docs/.vitepress/dist/*'\r\n target: '/www/wwwroot/jun.sh/main'\r\n strip_components: 3\r\n rm: 'true'\r\n```\r\n\r\n### Expected behavior\r\n\r\nVisit the vitepress website online correctly.\r\n\r\n### System Info\r\n\r\n```shell\r\npnpm - 6.15.1\r\n```\r\n\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/coc)\r\n- [X] Read the [docs](https://vitepress.vuejs.org/).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2924],{"name":2883,"color":2884},469,"Cannot visit vitepress online after deploying files under `docs/.vitepress/dist/` to my server","2023-01-21T16:20:22Z","https://github.com/vuejs/vitepress/issues/469",0.7000544,{"description":2931,"labels":2932,"number":2934,"owner":2872,"repository":2873,"state":2895,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Is your feature request related to a problem? Please describe.\n\nAs a user, I want to use the `VPFeatures` component on any page at any location I want, as it is a very useful as well as highly encapsulated component. However, currently only `VPHomeFeatures` is exposed, which is only a thin wrapper around `VPFeatures` that just ensures frontmatter is used for parametrization. This prevents using this otherwise standalone component freely.\n\n### Describe the solution you'd like\n\nAdd `VPFeatures` to `vitepress/theme.d.ts` e.g. by modifying either `src/client/theme-default/index.ts` or `src/client/theme-default/without-fonts.ts`.\n\n### Describe alternatives you've considered\n\nTrying to use only the related classes does not work due to the scoped styles. Other ideas have failed, similar to the issues described in #2595.\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.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.",[2933],{"name":2869,"color":2870},4355,"Expose VPFeatures","2025-01-17T04:43:46Z","https://github.com/vuejs/vitepress/issues/4355",0.7143335,{"description":2940,"labels":2941,"number":2943,"owner":2872,"repository":2873,"state":2895,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Describe the bug\r\n\r\n\u003Cimg width=\"1066\" alt=\"image\" src=\"https://user-images.githubusercontent.com/8336744/175569550-987da428-6290-461c-b1ca-ede03db5e416.png\">\r\n\r\n\u003Cimg width=\"929\" alt=\"image\" src=\"https://user-images.githubusercontent.com/8336744/175569655-51561dae-5d49-4155-ae6c-9924df2b9cdb.png\">\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/JounQin/test/tree/vitepress\r\n\r\n`yarn docs:build --base /docs/ && yarn docs:serve --base /docs/`\r\n\r\n### Expected behavior\r\n\r\n`http://localhost:8000/docs` (Without ending slash) should work same as `http://localhost:8000/docs/` (With ending slash)\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 13.0\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 17.64 GB / 64.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.15.1 - ~/Library/Caches/fnm_multishells/3706_1656066380637/bin/node\r\n Yarn: 1.22.19 - ~/Library/Caches/fnm_multishells/3706_1656066380637/bin/yarn\r\n npm: 8.13.1 - ~/Library/Caches/fnm_multishells/3706_1656066380637/bin/npm\r\n Browsers:\r\n Chrome: 103.0.5060.53\r\n Firefox: 101.0.1\r\n Safari: 16.0\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\r\n```\r\n\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.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2942],{"name":2883,"color":2884},852,"Visiting `/docs` results `/docs.html` then 404 if `base` is set as `/docs/`","2023-02-05T00:04:37Z","https://github.com/vuejs/vitepress/issues/852",0.71616775,{"description":2949,"labels":2950,"number":2952,"owner":2872,"repository":2873,"state":2895,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Describe the bug\r\n\r\nThere is no problem in the development environment, but an error was thrown during packaging execution\r\n\u003Cimg width=\"1320\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/142566415/3a33fbd2-7d53-4bee-b0d0-db8ded2b047d\">\r\n\r\n### Reproduction\r\n\r\nFor development - npm run docs:dev\r\nFor build - npm run docs:build\r\n\r\nEquivalent stackblitz links:\r\n[https://stackblitz.com/edit/vite-dkrbry](https://stackblitz.com/edit/vite-dkrbry)\r\n\r\n### Expected behavior\r\n\r\nProduction should match with development.\r\n\r\n### System Info\r\n\r\n```Text\r\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 npmPackages:\r\n vitepress: latest => 1.0.0-rc.35\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\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.",[2951],{"name":2883,"color":2884},3425," XXX is not supported resolving ES modules imported from XXX","2024-01-18T00:04:43Z","https://github.com/vuejs/vitepress/issues/3425",0.7166604,{"description":2958,"labels":2959,"number":2962,"owner":2872,"repository":2873,"state":2895,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Describe the bug\r\n\r\nBuild blocking error happen on \"vitepress build docs\".\r\nWorks correctly and as intended on \"vitepress dev docs --port 8080\"\r\n\r\nTypeError: Failed to parse URL from [path]\r\n[cause]: TypeError [ERR_INVALID_URL]\r\n\r\n### Reproduction\r\n\r\nUse the regular Markdown File Inclusion with any file in any .md file, then try to build with \"vitepress build docs\".\r\n\r\nhttps://vitepress.dev/guide/markdown#markdown-file-inclusion\r\n\r\n### Expected behavior\r\n\r\nBuild concluding with success and no error displayed.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem: \r\n OS: Windows 10 10.0.19044 \r\n CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz \r\n Memory: 1.94 GB / 7.62 GB \r\n Binaries: \r\n Node: 19.8.1 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.17 - ~\\AppData\\Roaming\\npm\\yarn.CMD \r\n npm: 9.5.1 - C:\\Program Files\\nodejs\\npm.CMD \r\n Browsers: \r\n Edge: Spartan (44.19041.1266.0), Chromium (111.0.1661.62)\r\n Internet Explorer: 11.0.19041.1566 \r\n npmPackages: \r\n vitepress: ^1.0.0-alpha.62 => 1.0.0-alpha.62\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n\r\n\r\n\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2960,2961],{"name":2883,"color":2884},{"name":2869,"color":2870},2180,"Markdown \"@include\" throw \"ERR_INVALID_URL\" on \"vitepress build docs\"","2023-08-11T00:04:15Z","https://github.com/vuejs/vitepress/issues/2180",0.71784896,["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ffQEpwtBRQJGgBXDRMBnRGGpmdmct1jJGbCpc7Gs8lBQ":-1},"/vuejs/vitepress/2176"]