From 8440f1603b3bd2fb4c10ce8d0c705d401f433730 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Jun 2014 18:14:45 +0530 Subject: [PATCH] ... --- manual/edit.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 `_. + But a tag that contains only other

and

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 `_. Insert inline Table of Contents