In progress
import convertToHtml from 'draft-to-html'
...
convertToHtml(contentState, options)
{
parseStyle: string => HTMLElement,
parseEntity: (entity: {
type: DraftEntityType,
mutability: DraftEntityMutability,
data: ?{[key: string]: any},
}) => HTMLElement,
parseBlock: ContentBlock => HTMLElement
}