/ Published in: Bash
Tidy the file named input.html. Indent the code, don't wrap, write output to output.html.
Expand |
Embed | Plain Text
tidy -i -wrap no -o output.html input.html
You need to login to post a comment.
noah on 05/18/07
format xhtml style code validation tidy htmltidy
6 people have marked this snippet as a favorite
basicmagic
vali29
sbbath
sjaq
esritter
jeremydouglass
Tidy the file named input.html. Indent the code, don't wrap, write output to output.html.
tidy -i -wrap no -o output.html input.html
You need to login to post a comment.