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 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, 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. 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 But a <body> tag that contains only other <p> and <div> tags will be
beautify as they have no suitable block level tags. In such cases you can beautified. This can sometimes mean that a particular file will not be
try different beautification tools, that are less careful, for example: affected by beautify as it has no suitable block level tags. In such
`HTML Tidy <http://infohound.net/tidy/>`_. cases you can try different beautification tools, that are less careful,
for example: `HTML Tidy <http://infohound.net/tidy/>`_.
Insert inline Table of Contents Insert inline Table of Contents