Use HTML Tidy to just indent HTML code?

后端 未结 6 1762
离开以前
离开以前 2020-12-13 10:03

Is it possible to use HTML Tidy to just indent HTML code?

Sample Code

6条回答
  •  不思量自难忘°
    2020-12-13 10:27

    I am very late to the party :)

    But in your tidy config file set

    tidy-mark: no

    by default this is set to yes.

    Once done, tidy will not add meta generator tag to your html.

提交回复
热议问题