diff --git a/manual/edit.rst b/manual/edit.rst index 0a338b07ac..95e3a60de7 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -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
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
and