vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
539 stars 175 forks source link

SyntaxError: Element is missing end tag #128

Closed azrng closed 1 year ago

azrng commented 1 year ago

Bug report

When I execute "NPM run build", the error Element is missing end tag is displayed. Then I find the error as follows [

Func<T> support

] code, this is normal writing, it is recognized incorrectly

What is actually happening?

Failed to generate a static file. Procedure

Other relevant information

azrng commented 1 year ago

I just tested if there is a better solution to this problem, although I could use an escape character

recoluan commented 1 year ago

Please upgrade vuepress and vuepress-theme-reco to the latest version.

azrng commented 1 year ago
"vuepress": "^2.0.0-beta.51",
"vuepress-theme-reco": "^2.0.0-beta.41"

Same error when building

recoluan commented 1 year ago

You can Try to update to latest version.

azrng commented 1 year ago

The upgrade worked out. Forgot to turn it off. Sorry

recoluan commented 1 year ago

That's ok.