Text fields rendered as HTML in GraphQL should use real `p` tags, not Querki `para`s

(Bug, Closed -> Fixed, Priority: Critical, Test Status: Unit tested , Reported By Justin du Coeur, )
Summary: Currently, HTML is rendered the way we do it for our Client, but that uses div's with the para class, which is Querki-specific. The HTML we return in GraphQL should use plain old <p> tags.