Resolve "HTML in event description is removed"
Closes #51
Previous behaviour
Event descriptions are just a single blob of text, instead of nicely formatted paragraphs. When an event description contains a schedule, for example, this makes the description ugly and hard to read.
Steps to reproduce:
- Open an event with a description containing paragraphs, newlines or other formatting.
- Notice that it looks like this:
New behaviour
Event descriptions (passed as html) are parsed and displayed correctly.
Steps to validate that it works: