vuejs / vitepress

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

I couldn't find any relevant information in the document, and I'm wondering if this is a specific syntax? #4142

Closed ericgll closed 2 months ago

ericgll commented 2 months ago

Describe the bug

the content within {{ title }} is not being displayed, and I don't understand why.

Reproduction

minimal

Expected behavior

Expecting {{ title }} to display correctly.

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 3.38 GB / 15.86 GB
  Binaries:
    Node: 18.20.3 - D:\nodejs\node.EXE
    npm: 10.7.0 - D:\nodejs\npm.CMD
    pnpm: 9.7.0 - D:\nodejs\pnpm.CMD
  Browsers:
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.22621.3527

Additional context

No response

Validations

brc-dd commented 2 months ago

https://github.com/vuejs/vitepress/discussions/480

ericgll commented 2 months ago

thanks