- To add a link:
- <a href="http://url/">link</a>
- To add an image:
- <img src="http://url/" />
- Bold text:
- <strong>text</strong>
- Italic text:
- <em>text</em>
Deleted text:
- <del>text</del>
Monospaced text:
- <code>text</code>
- Bulleted lists:
- <ul><li>item</li><li>item</li></ul>
- Numbered lists:
- <ol><li>item</li><li>item</li></ol>