Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Bug report] Element is missing end tag. #13

Closed
web1992 opened this issue Feb 2, 2024 · 1 comment
Closed

[Bug report] Element is missing end tag. #13

web1992 opened this issue Feb 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@web1992
Copy link

web1992 commented Feb 2, 2024

Description

# Guide

This is guide page.

<div>

当我使用 div 标签,没有闭合标签结尾的时候,就出现下面的错误。

image

这种情况怎么解决?比如Java 中的泛型 List<String> 也会遇到这样问题。
问题的原因是 md 文件被解析成了vue 文件,而vue 文件中 template是不能存在没有闭合的 html 标签的。

目前可以使用下面的方式解决。有其他更好的方式吗?

`<div>`
@Mister-Hope
Copy link
Member

why do you think it's an issue?

Write some standard markdown plz.

List<string>

List\<string>

@Mister-Hope Mister-Hope closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2024
@Mister-Hope Mister-Hope added the question Further information is requested label Feb 2, 2024
@vuepress vuepress locked and limited conversation to collaborators Feb 2, 2024
@Mister-Hope Mister-Hope converted this issue into discussion #14 Feb 2, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants