What I’m trying to do
The “Note Title” is styled as H1 Header in PDF export. I want the note title used as document title in PDF export and then use H1-H6 to structure the document.
Things I have tried
I have tried with css snippets and adressing H1 first-of-type. But this doesn’t work, as every h1 is in a new
, see “CSS selectors no longer respect first-of-type and last-of-type”
Workaround would be to not use H1 headers in the document, but this would resultant in many additional #-typing.