When commenting on an article, you may use several different HTML i tags.
<blockquote>This</blockquote> is quoted text.
This
is quoted text.
<a href="http://danielpbarron.com/">This</a> is a link.
This is a link.
<strong>This</strong> is bold text.
This is bold text.
<em>This</em> is italicized text.
This is italicized text.
<ol><li>This is</li><li>an ordered</li><li>list.</li></ol>
- This is
- an ordered
- list.
<ul><li>This is</li><li>an un-ordered</li><li>list.</li></ul>
- This is
- an un-ordered
- list.
This <hr> is a horizontal rule.
This
is a horizontal rule. It puts empty space between two sections of text.
- Hyper-text markup language. ^
alert("goofy")