This commit is contained in:
Kovid Goyal 2014-06-10 18:14:45 +05:30
parent 9335fb3093
commit 8440f1603b

View File

@ -392,10 +392,11 @@ beautify. Accessed via :guilabel:`Tools->Beautify all files`.
of the HTML. To avoid this as far as possible, the beautify algorithm
only beautifies block level tags that contain other block level tags. So,
for example, text inside a <p> tag will not have its whitespace changed.
This can sometimes mean that some HTML files will not be affected by
beautify as they have no suitable block level tags. In such cases you can
try different beautification tools, that are less careful, for example:
`HTML Tidy <http://infohound.net/tidy/>`_.
But a <body> tag that contains only other <p> and <div> tags will be
beautified. This can sometimes mean that a particular file will not be
affected by beautify as it has no suitable block level tags. In such
cases you can try different beautification tools, that are less careful,
for example: `HTML Tidy <http://infohound.net/tidy/>`_.
Insert inline Table of Contents