gajus / dindent

HTML indentation library for development and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with comments

cyberpunkbln opened this issue · comments

Hello,

your class functioned very well but it gives a problem with html comments:

I have following in my html-code:

A<!--Comment--!>B<!--Comment--!>C<!--Comment--!>D<!--Comment--!>

when i use your class

he made:

A

B C D Is it possible to say that comments don't trigger an \n? thx