You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use gulp-html-prettify on an html file that contains html5 video or audio, those tags get wrong indentation:
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
The text was updated successfully, but these errors were encountered:
When I use gulp-html-prettify on an html file that contains html5 video or audio, those tags get wrong indentation:
The text was updated successfully, but these errors were encountered: