I don’t know how it works, but works. I have just paste the code below in Obuntu.CSS theme and now I have white space between blocks in “preview mode” without type anything on the markdowns.
ul>li,
ol>li {
padding: 10px 10px;
min-height: calc(1.5em + 6px);
margin-top: 2px;
margin-bottom: 1px;
}
in order to have white spaces in edit mode, I pasted this code:
.cm-s-obsidian pre.HyperMD-list-line {
padding-top: 1.3em; (acho que 0.3 é o standard e 1.3 é a próxima opção)
min-height: 2.5em;
}