Text fields rendered as HTML in GraphQL should use real `p` tags, not Querki `para`s
        
          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.