Is there an alternative to HTML Tidy?

前端 未结 4 1307
轻奢々
轻奢々 2021-02-04 00:54

I have embedded HTML Tidy in my application to clean incoming HTML. But Tidy has a huge amount of bugs and fixing them directly in the source is my worst nightmare. Tidy source

4条回答
  •  萌比男神i
    2021-02-04 01:35

    There is a new, nice, proper HTML 5 supporting Tidy, so the alternative to old, ugly Tidy would be Tidy (GitHub repository).

提交回复
热议问题