```\r\n\r\nIt doesn't seem to be correct:\r\n\r\n\r\n\r\nHow to make it look correct, just like on the homepage?:\r\n\r\n\r\n\r\n",[2937],{"name":2868,"color":2869},4273,"How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.8155918,{"description":2944,"labels":2945,"number":2947,"owner":2871,"repository":2872,"state":2948,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Describe the bug\n\nWhen using `markdown-it-footnote`, I manage to get footnotes on the page.\r\nHowever, when the footnote is on a header \r\n\r\nthe \"On this page\" section shows it in an undesired way\r\n\r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vitepress-footnote-bug\r\n\r\n\u003Cimg width=\"995\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bd1b6ba2-29cb-469d-8819-c4d7ee410a2a\">\r\n\n\n### Expected behavior\n\nThe footnote should be removed from the \"On This Page\" area\n\n### System Info\n\n```Text\nreproduced on stackblitz.\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":2915,"color":2916},4402,"closed","Footnote integration with \"On This Page\"","2024-12-12T04:45:58Z","https://github.com/vuejs/vitepress/issues/4402",0.7852538,{"description":2954,"labels":2955,"number":2957,"owner":2871,"repository":2872,"state":2948,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Describe the bug\r\n\r\nUnable to jump to other pages from a page that entered by url provided from `createContentLoader`\r\n\r\n### Reproduction\r\n\r\n[minimal reproduction](https://stackblitz.com/edit/vite-czsta7?file=package.json)\r\nclick `article` then click `whatever` it goes to `whatever` page, then click on `excerpt` or whatever link will fail to render. \r\n\r\n### Expected behavior\r\n\r\nthe new page should be rendered after I click the link.\r\n\r\n### System Info\r\n\r\n```sh\r\n System:\r\n OS: Linux 5.15 Deepin 20.9 20.9\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz\r\n Memory: 1.94 GB / 7.48 GB\r\n Container: Yes\r\n Shell: 5.0.3 - /bin/bash\r\n Binaries:\r\n Node: 18.16.0 - /usr/bin/node\r\n npm: 9.6.6 - /usr/bin/npm\r\n npmPackages:\r\n vitepress: 1.0.0-beta.1 => 1.0.0-beta.1 \r\n```\r\n\r\n\r\n### Additional context\r\n\r\nThe problem is possibily linked to my customized script that uses `createContentLoader` to get the url, but I don't know why this happens.\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.",[2956],{"name":2915,"color":2916},2480,"Unable to jump to other pages from a page that is entered by url provided from `createContentLoader`","2023-06-22T00:04:20Z","https://github.com/vuejs/vitepress/issues/2480",0.78655964,{"description":2963,"labels":2964,"number":2966,"owner":2871,"repository":2872,"state":2948,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### Describe the bug\r\n\r\nStep 1\r\n\r\n```vue\r\n\u003Cscript lang=\"jsx\">\r\nimport { CustomLink } from 'my-lib/dist/customLink';\r\nimport { defineComponent } from \"vue\";\r\nexport default defineComponent({\r\n render() {\r\n return (\r\n \u003CCustomLink />\r\n );\r\n },\r\n});\r\n\r\n\u003C/script>\r\n```\r\n\r\nStep 2\r\n\r\nPage md\r\n```\r\n\u003CTest />\r\n\u003Cscript setup>\r\n import Test from '../components/Test.vue'\r\n\u003C/script>\r\n\r\n````\r\n\r\n\r\nResult\r\n\r\n\r\n\r\nBut\r\n\r\nI change for example\r\n\r\n```vue\r\n\r\n\u003Cscript lang=\"jsx\">\r\nimport { defineComponent } from \"vue\";\r\nexport default defineComponent({\r\n render() {\r\n return (\r\n \u003Cdiv>\r\n Hello World :defineConfig\r\n \u003C/div>\r\n );\r\n },\r\n});\r\n\r\n\u003C/script>\r\n\r\n```\r\n\r\nworks\r\n\r\n\r\n\r\nHELP PLEASE\r\n\r\n### Reproduction\r\n\r\nno\r\n\r\n### Expected behavior\r\n\r\nI would expect the component to be seen\r\n\r\n### System Info\r\n\r\n```sh\r\n$ npx envinfo --system --npmPackages vitepress --binaries --browsers\r\nnpx: installed 1 in 2.22s\r\n\r\n System:\r\n OS: Windows 10 10.0.19045\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz \r\n Memory: 5.52 GB / 15.82 GB\r\n Binaries:\r\n Node: 14.19.0 - D:\\nodejs\\node.EXE\r\n Yarn: 1.22.17 - D:\\nodejs\\yarn.CMD\r\n npm: 6.14.16 - D:\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.1 => 1.0.0-beta.1\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nI want to document my component library in react with vitepress; It might sound crazy but I had a leap of faith says Toretto hehe\r\n\r\nVite config\r\n```ts\r\nimport { defineConfig } from \"vite\";\r\nimport vueJsx from \"@vitejs/plugin-vue-jsx\";\r\nexport default defineConfig({\r\n plugins: [\r\n vueJsx(),\r\n ],\r\n});\r\n\r\n```\r\n\r\n@antfu do you know jeje?\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.",[2965],{"name":2915,"color":2916},2427,"I try to render React component from library with @vitejs/plugin-vue-jsx and failed. But i render simple div works :(","2023-06-07T00:04:34Z","https://github.com/vuejs/vitepress/issues/2427",0.7870811,["Reactive",2972],{},["Set"],["ShallowReactive",2975],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJFMNqCpgtWoXNOUguHLoEJxWBKGYP_8GqarCPu_Ueig":-1},"/vuejs/vitepress/4085"]