-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bug: pending triageMaybe a bug, waiting for confirmationMaybe a bug, waiting for confirmation
Description
Describe the bug
运行项目后解析markdown时有问题,报以下错误:
[plugin:vite:vue] Element is missing end tag.
/Users/noob-coder/WebstormProjects/runoob-coder/php/composer/cli.md:473:22
471| ### 选项
472|
473| * --by-package: 按建议包分组输出(默认)。
| ^
474| * --by-suggestion: 按被建议的包分组输出。
475| * --all: 显示来自所有依赖项的建议,包括传递依赖项(默认情况下仅显示直接依赖项的建议)。
检查了该markdown文件,并无发现哪个部分有缺失结束标志
Reproduction
项目仓库:
https://github.com/runoob-coder/runoob-coder/blob/main/php/composer/cli.md?plain=1#L473
构建预览:
https://github.com/runoob-coder/runoob-coder/actions/runs/19029696943/job/54340523499
Expected behavior
正常解析markdown文件
System Info
System:
OS: macOS 26.1
CPU: (8) arm64 Apple M3
Memory: 73.97 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Additional context
No response
Validations
- Check if you're on the latest VitePress version.
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
bug: pending triageMaybe a bug, waiting for confirmationMaybe a bug, waiting for confirmation