Currently the PDF exported sports nothing as a style.
I suggest that the theme should come attached with a print.css file for CSS styling for PDFs, so pages are styled with theme specific design.
And the export thing will take print.css for styling the doc.
That’s for the design, how to get header and footer for the exported PDF? Any idea…
I’m moving this to #help and updating the title as I couldn’t find posts about this in the forum. You can style the PDF with @media print {}, there are a few suggestions in Discord for this.
it, correctly, indents each paragraph in the markdown preview.
I also added this code so that when I export to pdf, it also indents the paragraphs. Unfortunately, it indents paragraphs regardless of whether the file has the cssclass p_indent.
How can I edit the above code so that only exported files with the p_indent cssclass get indented paragraphs?