-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
feature request
I'd like to have no additional titlepage (single page with title, not the cover) in ePub (and maybe other formats as well)
e.g. with titlepage: false
in yaml or --titlepage=false
as CLI option.
my quick hack was using custom CSS section.level1 h1 { display: none; }
to hide the section in question. another option would be a postprocessing step and removing it from the DOM.
konfiot, szanni, Cydog75, DLFW, BeatVids and 1 more