Here is my old CSS that worked well enough for me in the old Editing Mode:
.markdown-preview-view br {
content: '';
display: block;
margin-top: 15px;
}
.CodeMirror pre.CodeMirror-line {
padding-bottom: 15px;
}
.cm-s-obsidian pre.HyperMD-list-line {
padding-bottom: 0px !important;
}
.cm-s-obsidian pre.HyperMD-header{
padding-bottom: 0px !important;
}
It no longer works in Live Preview. Can someone tell me how to change line spacing?
(I don’t hit enter twice for a single paragraph break. I know that is really popular with tool enthusiasts, but it is counterproductive for what I do).
TLDR: I need to control line spacing with normal type, like in a book or magazine, in which one ENTER keystroke = one paragraph break. The code above worked with Edit Mode, but it does not work for Live Preview.