- Added support for hyperlinks.
- Plain links will be rendered inside `<a>` tags with its contents as both the `href` and `innerHTML`.
- Named links will be rendered inside `<a>` tags with its name as the `innerHTML` and its link as the `href`.
- References to other users will have their hyperlinks removed.
- References to other channels will have their hyperlinks removed.
- A new method `parse` was added. Currently, it takes an object with a `text` attribute and renders it. This is in preparation for more complex parsing which requires more than just the Slack text, but the entire Slack message object.
- Other minor bug fixes.