Draft: Clean away excess whitespace to make editing and linting files easier
DRAFT for collecting all syntax cleanup changes
I tried to tidy up the XML, but none of the tools do it properly:
xmllint --format manual.xml # from libxml2-utils
xmlstarlet fo -s 2 manual.xml # from xmlstarlet
tidy -xml -indent -wrap 80 -modify chapters/intro.xml # from htmltidy
Still searching for optimal tool.
Edited by Otto Kekäläinen