Skip to content

Resolve "HTML in event description is removed"

Gijs Hendriksen requested to merge 51-fix-description-html into master

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:

  1. Open an event with a description containing paragraphs, newlines or other formatting.
  2. Notice that it looks like this:
    Inhousedag_Thales

New behaviour

Event descriptions (passed as html) are parsed and displayed correctly.

Steps to validate that it works:

  1. Open an event with a description containing paragraphs, newlines or other formatting.
  2. Notice that it looks like this:
    Ouderdag

Merge request reports