Here's a list of the HTML tags we allow:
| HTML Tag | Attributes |
|---|---|
| <a href="URL">link</a> | 'href', 'target', 'rel' |
| <strong>strong</strong> | |
| <b>bold</b> | |
<blockquote>blockquote</blockquote> | |
| <em>emphasis</em> | |
| <i>italic</i> | |
| <img src="URL"> | 'src', 'width', 'height', 'alt', 'title' |
| <u>underlined</u> | |
| <s> | |
| <del> |