]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Output.TidyFormat.txt
CommitLineData
d4949327
NL
1Output.TidyFormat\r
2TYPE: bool\r
3VERSION: 1.1.1\r
4DEFAULT: false\r
5--DESCRIPTION--\r
6<p>\r
7 Determines whether or not to run Tidy on the final output for pretty\r
8 formatting reasons, such as indentation and wrap.\r
9</p>\r
10<p>\r
11 This can greatly improve readability for editors who are hand-editing\r
12 the HTML, but is by no means necessary as HTML Purifier has already\r
13 fixed all major errors the HTML may have had. Tidy is a non-default\r
14 extension, and this directive will silently fail if Tidy is not\r
15 available.\r
16</p>\r
17<p>\r
18 If you are looking to make the overall look of your page's source\r
19 better, I recommend running Tidy on the entire page rather than just\r
20 user-content (after all, the indentation relative to the containing\r
21 blocks will be incorrect).\r
22</p>\r
23--ALIASES--\r
24Core.TidyFormat\r
25--# vim: et sw=4 sts=4\r