There is an error in the target file, line 4 a is not closed correctly
<p>
<header>
<ul>
<li><a href=""><a></li>
<li><a href=""></a></li>
</ul>
</header>
<footer>
<p></p>
</footer>
</p>
How to quickly check it out in vim?
I use this: https://github.com/vim-syntas...
Can be detected
vim8 or neovim can use asynchronous detection ale: https://github.com/w0rp/ale. After installing the html linter, opening html will automatically perform syntax checking.
I have installed ale. How can I explain how to install the html linter? ?