Text post 1 paragaph indent

What I’m trying to do

I want to try to get the image below through CSS where after 1st paragraph the 2nd paragraph will be indented. If the paragraphs are after one another.

Things I have tried

.HyperMD-header > .cm-line:not(:first-child) {
text-indent: 50px;
}

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