Line Spaces in Markdown

Tired 10+ different methods CSS and HTML - spaces and returns etc

How can I add more space between end of paragraph and header?

Everything else is working for me - very happy :slight_smile: just need some code or workaround

Well Also Lost Audio :frowning:

`<br> <br>

Episode 1: Mouthpieces and Their Missions

<audio controls style=“width: 75%;”> <source src=“/resources/audio/podcasts/trumpetpodcast1.m4a” type=“audio/mp4”> Your browser does not support the audio element. </audio>

<br> <br>`

Here’s the First fix: (goes in advanced)

[&_iframe]:w-full [&_iframe]:aspect-video

[&_ul]:list-disc
[&_ul]:pl-5
[&_ul]:space-y-2
[&_ul_li]:leading-relaxed
[&_ul_li]:text-gray-800

[&_ol]:list-decimal
[&_ol]:pl-5
[&_ol]:space-y-2
[&_ol_li]:my-1

[&_h2]:mt-10
[&_h3]:mt-8
[&_h2]:mb-3
[&_h3]:mb-2

This works… but opens in same window and all text goes away

[▶ Listen to Episode 1](/resources/audio/podcasts/trumpetpodcast1.m4a)