We should have a set of wrapper functions for sanitising and/or linkifying text/html. Currently:
- We import
linkifyMatrix anywhere we linkify.
- Our sanitisation of text isn't consistent: sometimes we
escape before passing to sanitize, sometimes we don't