vuejs / vitepress

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

Error occurred when using team components #4238

Closed wolono closed 1 month ago

wolono commented 1 month ago

Describe the bug

I added team component feedback error in index.md image

Reproduction


layout: home

hero: name: VitePress text: Vite & Vue powered static site generator. tagline: Simple, powerful, and performant. Meet the modern SSG framework you've always wanted. actions:

Our Team

Say hello to our awesome team.

Expected behavior

normal

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.20.3 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    vitepress: latest => 1.3.4

Additional context

No response

Validations

wolono commented 1 month ago

https://stackblitz.com/edit/vite-udgrmq?file=docs%2Findex.md

brc-dd commented 1 month ago

remove that ... -- it was meant to indicate that there can be more entries similar to above.

wolono commented 1 month ago

How should I use team in index.md

brc-dd commented 1 month ago

https://stackblitz.com/edit/vite-syhdt2?file=docs/index.md

wolono commented 1 month ago

Thanks