allowed-preserve.htmlt 193 B

12345678
  1. --INI--
  2. HTML.AllowedElements = b,i,p,a
  3. HTML.AllowedAttributes = a.href,*.id
  4. --HTML--
  5. <p>Par.</p>
  6. <p>Para<a href="http://google.com/">gr</a>aph</p>
  7. Text<b>Bol<i>d</i></b>
  8. --# vim: et sw=4 sts=4