\r\n```\r\nand in post or page that process by vitepress is correct url:\r\n```\r\n\u003Cimg src=\"/blog/xxxx/images/xxx.png\" />\r\n```\r\nhow can I make the right process by ourself ?",[],3072,"[Query] How image url inside markdown transform to right url ?","2023-10-21T00:05:52Z","https://github.com/vuejs/vitepress/issues/3072",0.7275257,{"description":2936,"labels":2937,"number":2938,"owner":2874,"repository":2875,"state":2885,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### Describe the bug\r\n\r\ncontent inside [] should not be parsed as html \r\n\r\n\r\n### Reproduction\r\n\r\njust use \r\n```\r\n[SimpleLink\u003CT>] (\"somewhere\")\r\n```\r\nin any md file\r\n\r\n### Expected behavior\r\n\r\nThe page should render even with \"Element is missing end tag\" when inside [ ]\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Windows 10 10.0.19042\r\n CPU: (8) x64 Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz \r\n Memory: 16.55 GB / 31.88 GB\r\n Binaries:\r\n Node: 14.17.6 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.10 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 7.24.2 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 98.0.4758.102\r\n Edge: Spartan (44.19041.1266.0), Chromium (99.0.1150.30)\r\n Internet Explorer: 11.0.19041.1202\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.",[],576,"Element is missing end tag Error when used inside a link like [SimpleLink\u003CT>] (\"somewhere\")","2023-01-21T14:32:33Z","https://github.com/vuejs/vitepress/issues/576",0.7280657,{"description":2944,"labels":2945,"number":2947,"owner":2874,"repository":2875,"state":2885,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### Describe the bug\n\nts Symbol error:\r\n\r\nPartial\u003CT>\n\n### Reproduction\n\nPartial\u003CT>\n\n### Expected behavior\n\nPartial\u003CT> is OK\n\n### System Info\n\n```sh\nSystem:\r\n OS: macOS 14.0\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 334.34 MB / 32.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 19.5.0 - ~/.nvm/versions/node/v19.5.0/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.1 - ~/.nvm/versions/node/v19.5.0/bin/npm\r\n pnpm: 8.6.12 - ~/.nvm/versions/node/v19.5.0/bin/pnpm\r\n Browsers:\r\n Chrome: 115.0.5790.170\r\n Safari: 17.0\r\n npmPackages:\r\n vitepress: 1.0.0-beta.7 => 1.0.0-beta.7\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.",[2946],{"name":2868,"color":2869},2764,"Element is missing end tag","2023-08-17T00:04:09Z","https://github.com/vuejs/vitepress/issues/2764",0.7286667,{"description":2953,"labels":2954,"number":2955,"owner":2874,"repository":2875,"state":2885,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\nRendered error with toc in headline.\r\n\r\nindex.md\r\n```\r\n[[toc]]\r\n\r\n### `\u003Cpath>`\r\n```\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-zbjrsg-7dahpw?file=index.md\r\n\r\n\n\n### Expected behavior\n\n```\r\n at createCompilerError (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:19:19)\r\n at emitError (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1594:29)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1146:9)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n```\n\n### System Info\n\n```shell\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.",[],605,"render error with toc and escapse \u003Ctag>","2023-01-21T14:35:50Z","https://github.com/vuejs/vitepress/issues/605",0.72896504,["Reactive",2961],{},["Set"],["ShallowReactive",2964],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fjrEZMEXeNJEy4tNt94HPhasftVrFK6rsKPELIBemc7A":-1},"/vuejs/vitepress/2190"]