Support mentions and tags in account bios
This adds support for mentions and tags in account bios, but the Mastodon API makes this difficult. It doesn't hand us the tags used, or the mentions like it does for posts but instead just the HTML. Right now it does some dirty parsing, which works but not ideal.
Also adds support for navigating to web+ap links in-app, which could be used for other things. The internal link navigation is also unified between posts and accounts.