You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
193B

  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