vuepress / docs

VuePress Documentation
https://vuepress.vuejs.org
MIT License
23 stars 89 forks source link

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

Closed web1992 closed 7 months ago

web1992 commented 7 months ago

Description

# Guide

This is guide page.

<div>

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

image

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

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

`<div>`
Mister-Hope commented 7 months ago

why do you think it's an issue?

Write some standard markdown plz.

List\

List\<string>