New <p> in the post editor

Hi,

Currently the only way to get additional space between paragraphs seems to be to insert an extra return in the post editor. I would rather have a single return and set my css to add a little extra space, but the post editor seems to ignore single returns in the way raw html would (absent a

or
tag).

Is there a way around this?

Thanks

Kai Ming

1 Like

Is there a reason using margin on the p tag doesn’t work to increase spacing between your paragraphs?

1 Like

I was thinking the same thing, wasn’t sure I was properly understanding the description of the problem.

The micro.blog editor uses Markdown. A blank line between blocks of text is the standard Markdown to create a new paragraph area.

However, you can always just use the <p></p> tags to create paragraphs.

Here’s how I formatted one blog post: Khürt Williams -

<p style="text-align:right"><a href="https://islandinthenet.com/print-scan-ready-for-school/">Print Scan: Ready for school 1969</a> : <a href="https://islandinthenet.com/print-scan-ready-for-school/">https://islandinthenet.com/print-scan-ready-for-school/</a>📷</p>

<p><figure><img src="https://i0.wp.com/islandinthenet.com/wp-content/uploads/2021/04/19701231_scan_20201119_20484869_0004.jpg?fit=1024%2C1048&quality=100&ssl=1" /><figcaption>Print Scan: Ready for school</figcaption></figure></p>

hi all, thanks for the helpful replies. I hadn’t realized that a double return means </p> in markdown, so that makes sense now. That said, css such as margin-bottom: 10em isn’t changing the interparagraph spacing at all. I suppose it may be something to do with the theme (Minos), so I’ll dive deeper to try to figure out what’s going on.

2 Likes

I had to piddle with my theme too for spacing in certain places. Once you find it you oughta be all set.