### Describe the bug 同时包含了一个文件中的2个段落 Simultaneously containing two paragraphs from a file User defined `id` attribute `query_request_suggestion` is not unique ### Reproduction # I file basic.md ## AAAA {#query_request_suggestion} - aaaaaaa ## BBBBB {#online_status } - bbbbbbb when I do this 当我这样引入的时候 ``` <!--@include: ../basic.md#query_request_suggestion --> <!--@include: ../basic.md#online_status --> ``` ### Expected behavior 正常随意包含2个段落 Normal arbitrary inclusion of 2 paragraphs ### System Info ```Text System: OS: Windows 11 10.0.22000 CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz Memory: 8.76 GB / 31.87 GB Binaries: Node: 22.15.0 - D:\Program Files\nodejs\node.EXE npm: 10.9.2 - D:\Program Files\nodejs\npm.CMD pnpm: 10.10.0 - ~\AppData\Roaming\npm\pnpm.CMD Browsers: Edge: Spartan (44.22000.120.0), Chromium (135.0.3179.98) Internet Explorer: 11.0.22000.120 npmPackages: vitepress: ^1.6.3 => 1.6.3 ``` ### Additional context <!-- Failed to upload "image.png" --> ### Validations - [x] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest). - [x] Follow our [Code of Conduct](https://vuejs.org/about/coc.html) - [x] Read the [docs](https://vitepress.dev). - [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.