Implement instant messaging markdown library
This patch includes a specification for instant messaging markdown (intended for compability with mainstream Markdown-based chat systems like Discord), as well as an elegant regex-based implementation of the specification to enhance message input. As a side benefit of the patch, we get elegant linkify support on outgoing message. This closes #2 (closed) and #3 (closed).