\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,"使用shields.io徽标时图片自动换行","2024-03-11T00:04:39Z","https://github.com/vuejs/vitepress/issues/3631",0.7457256,{"description":2911,"labels":2912,"number":2914,"owner":2874,"repository":2875,"state":2888,"title":2915,"updated_at":2916,"url":2917,"score":2918},"### 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.",[2913],{"name":2871,"color":2872},4355,"Expose VPFeatures","2025-01-17T04:43:46Z","https://github.com/vuejs/vitepress/issues/4355",0.74746144,{"description":2920,"labels":2921,"number":2925,"owner":2874,"repository":2875,"state":2888,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Describe the bug\n\nWhen I run `npm run docs:build`, I get the error: ReferenceError: document is not defined\n\n### Reproduction\n\nIf there is anything about node manipulation in my code, it will report an error. egg: document、DOMParser\n\n### Expected behavior\n\nWhen I run npm `run docs:dev` its fine! But when i run npm run `npm run docs:build` i got the error.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz\r\n Memory: 4.36 GB / 15.83 GB\r\n Binaries:\r\n Node: 21.7.1 - D:\\developer tool\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - D:\\developer tool\\nodejs\\yarn.CMD\r\n npm: 10.5.0 - D:\\developer tool\\nodejs\\npm.CMD\r\n pnpm: 8.15.6 - D:\\developer tool\\nodejs\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (123.0.2420.81)\r\n Internet Explorer: 11.0.22621.1\n```\n\n\n### Additional context\n\n\r\n\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.",[2922],{"name":2923,"color":2924},"bug: pending triage","e99695",3789,"build: ReferenceError: document is not defined","2024-04-28T12:24:47Z","https://github.com/vuejs/vitepress/issues/3789",0.7486945,{"description":2931,"labels":2932,"number":2934,"owner":2874,"repository":2875,"state":2888,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Describe the bug\n\nI use [vitepress@latest](https://github.com/vuejs/vitepress) to document and the [tiny-vue@3.19.0](https://github.com/opentiny/tiny-vue) component library, which works fine when running, but when I used the `docs:build`, I got an error with an error message of `Error [ERR_MODULE_NOT_FOUND]: Cannot find module...`\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-e44qnyyo?file=docs%2F.vitepress%2Ftheme%2Findex.js\n\n### Expected behavior\n\n`docs:build` executed successfully\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-1240P\r\n Memory: 2.60 GB / 15.73 GB\r\n Binaries:\r\n Node: 18.20.3 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.22 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 10.7.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 9.3.0 - C:\\Program Files\\nodejs\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.22621.3527\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],{"name":2923,"color":2924},4440,"docs:dev works but docs:build reports an error: Error [ERR_MODULE_NOT_FOUND]: Cannot find module...","2024-12-30T04:45:10Z","https://github.com/vuejs/vitepress/issues/4440",0.74914885,{"description":2940,"labels":2941,"number":2942,"owner":2874,"repository":2875,"state":2888,"title":2943,"updated_at":2944,"url":2945,"score":2946},"### Is your feature request related to a problem? Please describe.\n\nI have written some custom git integration stuff to detect various dates related to the files I'm serving in vitepress. Among them, it happens to not add any build time to detect the last updated date.\n\n### Describe the solution you'd like\n\nA `last-updated` preamble entry, if present, will override the `lastUpdated` configuration option and display said date/time as the last updated time.\r\n\r\nIf https://github.com/vuejs/vitepress/issues/1891 is implemented, the `created` preamble entry should be analogous to `last-updated`.\n\n### Describe alternatives you've considered\n\nNo alternatives considered.\n\n### Additional context\n\nNo additional context.\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.",[],2669,"Last updated override","2023-09-02T00:04:15Z","https://github.com/vuejs/vitepress/issues/2669",0.7494346,{"description":2948,"labels":2949,"number":2950,"owner":2874,"repository":2875,"state":2888,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Describe the bug\n\nI have followed QuickStart guide to create a simple documentation page. I am getting following error in Chrome Console and the site is not loading. I am using npm run docs:dev command.\r\n\r\n\r\n\r\nFailed to load module script: Expected a JavaScript module script but the server responded with a MIME type of \"text/markdown\". Strict MIME type checking is enforced for module scripts per HTML spec.\n\n### Reproduction\n\nFollow quick start guide.\r\nstart docs:dev server.\r\nBrowse to the doc site in Chrome.\n\n### Expected behavior\n\nQuickStart sample should work on Windows 10 with Chrome.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22000\r\n CPU: (12) x64 Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz\r\n Memory: 37.05 GB / 63.90 GB\r\n Binaries:\r\n Node: 17.0.1 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 8.1.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22000.120.0), Chromium (104.0.1293.54)\r\n Internet Explorer: 11.0.22000.120\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.8 => 1.0.0-alpha.8\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.",[],1215,"Chrome Strict MIME type checking blocks dev server on Windows 10","2023-01-21T14:26:38Z","https://github.com/vuejs/vitepress/issues/1215",0.75125504,{"description":2956,"labels":2957,"number":2961,"owner":2874,"repository":2875,"state":2888,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### Describe the bug\r\n\r\nI locate the problematic line by commenting. When `{{ }}` appears, Vitepress parses the code block in the `` line incorrectly.\r\nFor example:\r\n```jsx\r\n\u003Cdiv style={{ opacity: 1}}/>\r\n```\r\n\r\n### Reproduction\r\n\r\nnull\r\n\r\n### Expected behavior\r\n\r\nSupport to use `{{}}` in `` inline code blocks.\r\n\r\n### System Info\r\n\r\n```shell\r\nnull\r\n```\r\n\r\n\r\n### Additional context\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.vuejs.org).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2958],{"name":2959,"color":2960},"invalid","ffffff",1988,"Build Error: Not Support {{}} in ``","2023-03-04T00:04:19Z","https://github.com/vuejs/vitepress/issues/1988",0.7518923,["Reactive",2967],{},["Set"],["ShallowReactive",2970],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fY3k4PFKvfhgPbmieHVLZh9UwQoUK4scrXfbuHYfe6nI":-1},"/vuejs/vitepress/3910"]