How to style pdf

I need some help I can not style my export, can’t style pdf. How can do that, where can i find documantion of it, thank you for your response.

I sort have had the same question. Has anyone managed to link Brett Terpstra’s Marked2 app with Obsidian directly to enable different export formats and styles? Or is that impossible and have to do via a ‘standard’ markdown editor such as BBEdit or iAWriter?

You can style it through css

@media print {
    /*all your print styling goes here*/
}

There’s some export to pdf snippet here but you can add any styling you want. . You could find more css hacks in this repo or ask in this forum thread

Relevant forum post: How to style the pdf with @ media print?

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.