\r\n \u003Ctitle>\u003C/title>\r\n \u003Cstyle>\r\n /*申明字体*/\r\n @font-face {\r\n font-family: \"iconfont\";\r\n src: url(\"font/iconfont.eot\"); /* IE9*/\r\n src: url(\"font/iconfont.eot?#iefix\") format(\"embedded-opentype\"), /* IE6-IE8 */\r\n url(\"font/iconfont.woff\") format(\"woff\"),\r\n /* chrome、firefox */ url(\"font/iconfont.ttf\") format(\"truetype\"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/\r\n url(\"font/iconfont.svg#iconfont\") format(\"svg\"); /* iOS 4.1- */\r\n }\r\n\r\n p {\r\n width: 200px;\r\n border: 1px solid #000;\r\n line-height: 60px;\r\n font-size: 30px;\r\n margin: 100px auto;\r\n text-align: center;\r\n position: relative;\r\n }\r\n\r\n .icon::before {\r\n content: \"\\e628\";\r\n font-family: iconfont;\r\n color: red;\r\n }\r\n\r\n span {\r\n position: relative;\r\n }\r\n \u003C/style>\r\n \u003C/head>\r\n \u003Cbody>\r\n \u003Cp class=\"icon\">扫码付款\u003C/p>\r\n \u003Cspan class=\"icon\">我是span\u003C/span>\r\n \u003Cdiv class=\"icon\">divvvvvvvvvvv\u003C/div>\r\n \u003C/body>\r\n\u003C/html>\r\n```\r\nIf this is a markdown verification error, can we make Vitepress more compatible with this type of error, or can we have a switch to enable this function\n\n### Reproduction\n\nnothing\n\n### Expected behavior\n\nsucceeful build\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz\r\n Memory: 2.88 GB / 15.85 GB\r\n Binaries:\r\n Node: 18.20.3 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.22 - ~\\AppData\\Roaming\\npm\\yarn.CMD \r\n npm: 10.7.0 - C:\\Program Files\\nodejs\\npm.CMD \r\n pnpm: 8.15.7 - C:\\Program Files\\nodejs\\pnpm.CMD \r\n bun: 1.1.21 - ~\\.bun\\bin\\bun.EXE\r\n Browsers:\r\n Chrome: 128.0.6613.120\r\n Edge: Chromium (127.0.2651.74)\r\n Internet Explorer: 11.0.19041.4355\r\n npmPackages:\r\n vitepress: ^1.3.1 => 1.3.1\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.",[2921],{"name":2885,"color":2886},4188,"Element is missing end tag.","2024-09-16T04:43:59Z","https://github.com/vuejs/vitepress/issues/4188",0.6499174,{"description":2928,"labels":2929,"number":2931,"owner":2874,"repository":2875,"state":2888,"title":2932,"updated_at":2933,"url":2934,"score":2935},"\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\n\r\nindex.md with\r\n\r\n```\r\n\u003Cfoo-bar>\r\nxxx\r\n\u003C/foo-bar>\r\n```\r\nwill throw error\r\n\r\n``` bash\r\n[vite] SFC template compilation error: \r\ndocs/index.md:4:1\r\nElement is missing end tag.\r\n1 | \r\n2 | \u003Ctemplate>\u003Cdiv>\u003Ch1 id=\"test\">\u003Ca class=\"header-anchor\" href=\"#test\" aria-hidden=\"true\">#\u003C/a> test\u003C/h1>\r\n3 | \u003Cfoo-bar>\r\n | ^\r\n4 | \u003Cp>xxx\r\n5 | \u003C/foo-bar>\u003C/p>\r\n\r\ndocs/index.md:5:11\r\nInvalid end tag.\r\n3 | \u003Cfoo-bar>\r\n4 | \u003Cp>xxx\r\n5 | \u003C/foo-bar>\u003C/p>\r\n | ^\r\n6 | \u003C/div>\u003C/template>\r\n```\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n\r\nclone [my repo](https://github.com/xxholly32/vitepress-playground)\r\n\r\nrun `npm i && npm run docs`\r\n\r\n**Expected behavior**\r\nA clear and concise description of what you expected to happen.\r\n\r\nno error or warning and transform will be correct\r\n\r\n**System Info**\r\n- vitepress version:0.6.0\r\n- vite version:1.0.0-rc.3\r\n- Node version:v12.16\r\n- OS version:10.15\r\n",[2930],{"name":2885,"color":2886},95,"Multiline vue-components transform error ","2023-01-21T16:24:24Z","https://github.com/vuejs/vitepress/issues/95",0.66364753,{"description":2937,"labels":2938,"number":2940,"owner":2874,"repository":2875,"state":2888,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Describe the bug\n\n但是实际我找不到这个原因在哪\r\n\r\n\r\n报错指出的位置不准确。调试很久,一直未找到出错点。\n\n### Reproduction\n\n运行就出错\n\n### Expected behavior\n\n期望解决这个问题\n\n### System Info\n\n```sh\nmac studio google浏览器\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.",[2939],{"name":2885,"color":2886},2762,"vitepress运行报错PM [vitepress] Internal server error: Invalid end tag.","2023-08-17T00:04:11Z","https://github.com/vuejs/vitepress/issues/2762",0.6725037,{"description":2946,"labels":2947,"number":2949,"owner":2874,"repository":2875,"state":2888,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Describe the bug\n\nhttps://stackblitz.com/edit/vite-j7cesz?file=docs/index.md is the repro. Its `index.md` compiles just fine with some other established markdown compilers -- I tried pandoc and it worked well.\r\n\r\nI would like to know what's wrong with my markdown code! It can be that I don't understand the VitePress markdown syntax well enough, or maybe I am lucky to find a bug in the compiler 😉 I would like to provide additional info amap.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-j7cesz?file=docs/index.md\n\n### Expected behavior\n\nCompiles just fine.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.15 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish)\r\n CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700H\r\n Memory: 5.91 GB / 7.61 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 19.2.0 - /usr/bin/node\r\n npm: 8.19.3 - /usr/bin/npm\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.30 => 1.0.0-alpha.30\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.",[2948],{"name":2885,"color":2886},1673,"VitePress does not compile a HTML-markdown mixed file saying that 'Element is missing end tag'","2023-01-21T14:17:06Z","https://github.com/vuejs/vitepress/issues/1673",0.6849241,{"description":2955,"labels":2956,"number":2963,"owner":2874,"repository":2875,"state":2888,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Describe the bug\n\n36 | class Notepad\u003CK,V>{\r\n37 | private K key ;\r\n38 | private V value ;\r\n| ^\r\n39 | public K getKey(){\r\n40 | return this.key ;\r\nat createCompilerError (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:18:17)\r\nat emitError (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1487:5)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1031:5)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18)\r\nat parseElement (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:1008:20)\r\nat parseChildren (D:\\vscodeproject\\myblog\\node_modules@vue\\compiler-core\\dist\\compiler-core.cjs.js:844:18\r\nClick outside or fix the code to dismiss.\r\nYou can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.\r\n\n\n### Reproduction\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n\n### Expected behavior\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n\n### System Info\n\n```sh\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\n```\n\n\n### Additional context\n\nQuestion: 1, why would he scan the code in my code block, shouldn't he filter himself, I use markdown syntax, specifically for java\r\n\r\n2, I also found a very strange problem, why he does not support the external link to visit, is my picture is not local, is the website he can not visit\r\n\r\n3, if you have a good solution, please give me a solution, thank you\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.",[2957,2960],{"name":2958,"color":2959},"need more info","bdbefc",{"name":2961,"color":2962},"stale","ededed",2460,"[plugin:vite:vue] Element is missing end tag.","2023-09-02T00:04:10Z","https://github.com/vuejs/vitepress/issues/2460",0.7048722,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fkJj1BcVNqb7JtyQfIpcKMRGELnv59RIdxaJ4Xs8fLgw":-1},"/vuejs/vitepress/1784"]