Quote:
Originally Posted by eschwartz
By creating styles, you can turn a decently-formatted DOCX into a decently-formatted EPUB. But adding dozens of new first-class elements is going to throw a few wrenches in that...
|
That's absurd. You connect the template, assign styles with predefined names, and the converted creates the XML elements basing on those styles, exactly like before. Paragraphs with 'Epigraph' styles are gathered in <epigraph> elements, italics get converted to <em>s... It is not a problem.