Things I have tried
I’ve used CSS code sinppet to add to the margin between lines and lists. But it only works in preview mode. Here is the code.
.CodeMirror pre.CodeMirror-line {
padding-top: 6px;
padding-bottom: 6px;
}
li{
padding-top: 6px;
padding-bottom: 6px;
}
And I’ve already add “style setting” plugin to adjsut the line height.
What I’m trying to do
I want to make the edit mode and preview mode appear to be same. I perfer wider space between headers and paragraphs, lists and paragraphs, paragrahs and paragraphs.