Don't pass bold into the editor
University of California Press doesn't use bold text to style their books, instead using italics for emphasis. For now, can we simply ignore and strip out the bolding when we pass the HTML through Typescript into Editoria?
There is a lot of semantic information in what is bolded. I wonder if in the future, the editors will want bolding to come into the editor as something else, like italics, or somehow flagged for attention. But for now, can we simply remove the <b>
to <strong>
mapping, and strip out the b tags?
Thanks!