]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.BlockWrapper.txt
CommitLineData
d4949327
NL
1HTML.BlockWrapper\r
2TYPE: string\r
3VERSION: 1.3.0\r
4DEFAULT: 'p'\r
5--DESCRIPTION--\r
6\r
7<p>\r
8 String name of element to wrap inline elements that are inside a block\r
9 context. This only occurs in the children of blockquote in strict mode.\r
10</p>\r
11<p>\r
12 Example: by default value,\r
13 <code>&lt;blockquote&gt;Foo&lt;/blockquote&gt;</code> would become\r
14 <code>&lt;blockquote&gt;&lt;p&gt;Foo&lt;/p&gt;&lt;/blockquote&gt;</code>.\r
15 The <code>&lt;p&gt;</code> tags can be replaced with whatever you desire,\r
16 as long as it is a block level element.\r
17</p>\r
18--# vim: et sw=4 sts=4\r