Validate
https://validator.w3.org/
Beautify
https://github.com/htacg/tidy-html5
Showing posts with label new line. Show all posts
Showing posts with label new line. Show all posts
04 June 2022
How to automatically format/beautify html code which was not indent properly and new line properly, or validate html code with some missing elements?
13 January 2022
How to automatically break long lines if lines are too long in vim?
To break long lines,
:set textwidth=78
To prevent a line from being broken from within a word,
:set linebreak
:set textwidth=78
To prevent a line from being broken from within a word,
:set linebreak
Subscribe to:
Posts (Atom)