mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
|
--INI--
|
||
|
HTML.AllowedElements = b,i,p,a
|
||
|
HTML.AllowedAttributes = a.href,*.id
|
||
|
--HTML--
|
||
|
<p>Par.</p>
|
||
|
<p>Para<a href="http://google.com/">gr</a>aph</p>
|
||
|
Text<b>Bol<i>d</i></b>
|