mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9335fb3093
commit
8440f1603b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user