antfu-collective / vite-ssg

Static site generation for Vue 3 on Vite
MIT License
1.32k stars 136 forks source link

<heading> omitted on rendering #408

Open survellow opened 3 months ago

survellow commented 3 months ago

Describe the bug

Using the html5-tag within my document resulted in it disappearing from the rendered output with its contents.

Reproduction

add Test in Vue template

System Info

System:
    OS: macOS 14.5
    CPU: (12) arm64 Apple M3 Pro
    Memory: 223.42 MB / 18.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 22.2.0 - /opt/homebrew/bin/node
    npm: 10.7.0 - /opt/homebrew/bin/npm
  Browsers:
    Chrome: 126.0.6478.127
    Edge: 126.0.2592.87
    Safari: 17.5
    Safari Technology Preview: 18.0

Used Package Manager

npm

Validations

Contributions