Answer the question
In order to leave comments, you need to log in
How to remove line breaks from Html-css-js-prettify?
Good afternoon, I installed the wonderful plugin Html-css-js-prettify. Everything is great, except that it wraps comments in an HTML document to a new line by default. When div blocks are large, I like to write a comment next to the closing tag, for example:
<div class="carousel">
<div class="carousel-wrapper">
<div class="carousel-items">
........... тут много строка ........
</div> <!-- .carousel-items -->
</div> <!-- .carousel-wrapper -->
</div> <!-- .carousel -->
<div class="carousel">
<div class="carousel-wrapper">
<div class="carousel-items">
........... тут много строка ........
</div>
<!-- .carousel-items -->
</div>
<!-- .carousel-wrapper -->
</div>
<!-- .carousel -->
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question