Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite example didn't work - 2 bugs : Element is missing end tag and Unknown word #29

Open
5 tasks done
JereMiO opened this issue Sep 30, 2023 · 1 comment
Open
5 tasks done

Comments

@JereMiO
Copy link

JereMiO commented Sep 30, 2023

Describe the bug

Hello,
I just would like to try the mardown example.

I encounter 2 error messages :

[vite] Internal server error: Element is missing end tag.
Plugin: vite:vue
File: C:/Users/X/Desktop/vite/README.md:28:1
26 | plugins: [
27 | Vue({
28 | include: [/.vue$/, /.md$/], // <-- allows Vue to compile Markdown files
| ^
29 | }),

[vite] Internal server error: C:/Users/W/Desktop/vite/pages/index.md:6:10: Unknown word
Plugin: vite:vue
File: C:/Users/X/Desktop/vite/pages/index.md:35:10
34 | }
35 |
36 |
| ^

I am available for further questions

Reproduction

Minimal reproduction is on examples/vite folder

System Info

Win10 64bits,
Node 18.18.0
Npm 9.8.1
Firefox 118.0.1

------------
  System:
    OS: Windows 10 10.0.19045
    CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor
    Memory: 18.63 GB / 31.92 GB
  Binaries:
    Node: 18.18.0 - C:\Program Files\nodejs\node.EXE
    npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD
    pnpm: 8.8.0 - C:\Program Files\nodejs\pnpm.CMD
  Browsers:
    Chrome: 117.0.5938.92
    Edge: Spartan (44.19041.1266.0), Chromium (117.0.2045.43)
    Internet Explorer: 11.0.19041.1566

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@jfitzsimmons2
Copy link

jfitzsimmons2 commented Aug 9, 2024

I noticed that removing the <details> and <summary> tags from README.md fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants