vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
11.48k stars 1.86k forks source link

Inline markdown files do not support inlining by header #3827

Open Scripon opened 3 weeks ago

Scripon commented 3 weeks ago

Is your feature request related to a problem? Please describe.

https://vitepress.dev/zh/guide/markdown#markdown-file-inclusion

The above link suggests: support markdown full text inline or selective inline by line number.

If the line numbers are inline, this can cause unexpected problems if the embedded markdown file changes in the future (line numbers change)

Describe the solution you'd like

inline by header (H1, H2, H3, etc.)

Describe alternatives you've considered

No response

Additional context

No response

Validations