With the recent text rendering update (1.3.7?) there’s an added top padding/margin to headers. While it looks great and is a step in the right direction, it breaks the visuals of all my existing notes (a few thousands of them)
So far my markdown would be
# Header
text
# Header 2
text
Now with the added margin/padding, the empty line is breaking the flow of text. See
vs
Theoretically I could put together a python/regex crawler that would go through all my notes, but not having coded for 10+ years it would take me a shameful amount of time + I believe multiple users would now be experiencing the same issue & benefit from the fix
I also believe the text in the Preview mode should now have header spacing revisited & improved, but that is a call for a separate bug report, I suppose.