CSS to increase line spacing between individual lines in a paragraph

What I’m trying to do

I understand that when composing on a single line, it will eventually wrap if you write enough characters. I am not concerned with the spacing between the wrapped content in this context.

However, when I eventually press Return one time and begin composing text on the very next line, I would like to figure out how to use a CSS snippet to target and adjust this spacing. That is, I want to adjust the line spacing between lines of a paragraph. Any suggestions would be greatly appreciated.

Things I have tried

I have tried various CSS snippets from other threads and browsed the GitHub CSS repository, but have had no luck. I was able to figure out how to use CSS to adjust the spacing between the wrapped text of a single line.

Thanks!

Have you tried this one? Maybe using a 0.75em; or a 10px; value in the .markdown-source-view section →

Or does that add space where you wouldn’t like?

1 Like

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