Quote:
Originally Posted by mdpeterson42
Interesting, since I had just used <em> in HTML and Calibre added the class. So if I just did <em> and </em>, would that work? Weirdly, this only seems to be an issue in blockquote and not elsewhere (there are italics sprinkled throughout the book).
Thank you!
|
<em> has semantic meaning. If it's italics for some reason other than emphasis, then <i>text</i> is better.
Blockquote isn't really needed at all if it has a class setting margins, indents, padding, font etc. A <p class="whatever" is fine.
KISS principle. Don't multiply entities unless needed.