colynb / gulp-html-prettify

HTML Prettify Plugin for Gulp
13 stars 19 forks source link

Wrong indentation for HTML5 audio and video #3

Open ericstumper opened 9 years ago

ericstumper commented 9 years ago

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>