Sublime Forum

SublimeLinter-html-tidy with Bootstrap

#1

Hello, I have a little problem, I’m using SublimeLinter-html-tidy and Bootstrap. Bootstrap uses role in it’s code, for example:

<li role="separator" class="divider"></li>

But SublimeLinter reports that role as an error, don’t you know if I can somehow turn off reporting this “role”? And if I can, could you explain me how?
Thanks for all answers!

0 Likes

#2

You’ll want to use the tidy5 binary, it’s just recently picked up some steam on development has a lot of improvements for HTML5 support.

github.com/SublimeLinter/Sublim … stallation

html-tidy.org/

0 Likes