Hi Brett, I'm seeing an issue where inline styling gets dropped when it falls on a page boundary during PDF export. e.g., ordered list numbering and bold also reset across breaks.
I've tried various CSS fixes in my custom style—overflow: visible on #wrapper, break-inside: avoid on inline elements, re-asserting font-weight: 700 !important on strong/b, CSS counters for <ol>—none of which make a difference. This makes sense given that Marked 3's PDF export uses its own renderer rather than WebKit's paged media, so @media print rules wouldn't apply.
Here's a link to a minimal test file, the resulting PDF, my custom CSS, and my config file. (For some reason, attaching the file didn't work.)
Happy to provide any other details. Thanks in advance.