I want to increase the distance between paragraphs, but only for one document, not globally. I know with CSS this can be done with margin-bottom:1em; or padding-bottom:1em.
Things I have tried
I tried snippets but they apply to all documents. I also tried front-matter but did not find out how to make apply CSS code from there.
I searched the forum but I did not understand everything, especially how people applied their CSS.
I googled and asked Copilot but results tell me to apply snnippets or gave me something without telling me to apply it to one specific document.
Yeah, I found that out as well. The trick is cssclasses inside front matter and having one or more snippets using CSS classes from front matter to format notes. Thank you.
(Deleted previous post because I could not edit it anymore.)