I have configured my ebook compilation to insert a custom separator ("***") between text sections. The separator is successfully inserted, but it is not centered. I examined the source files generated when compiling an ePub file, and I found that the paragraph element containing the separator has no CSS class. If I manually assign the “separator” class directly to .xhtml files in the generated “source/booktitle/OPS” directory, then my custom CSS styling is applied, and the separator is centered.
This is what my separator looks like in its .xhtml file:
<p>***</p>
This is what I believe it should look like:
<p class="separator">***</p>
I’m on Windows 10, running 2.9.0.29 Beta (743042) 64-bit.