Skip to content

Render description as both plain text and HTML

Jamie Tanna requested to merge feature/html-content into develop

As noticed when actually integrating this with something, the value of the description from the Meetup API is almost certainly HTML. Therefore, we need to make sure that the response returned indicates it is HTML (therefore a client can render it as HTML) as well as returning a plaintext version, too.

Closes #7 (closed).

Merge request reports