Markdown Headline Formatting Bug + Workaround
I noticed there is a little formatting bug with Markdown.
After you make a headline with #,
the next line will be directly under it - no empty line.
It used to look like this;
with an empty line inbetween.
For an empty line, use
or
<br>
While <br>
,
seems to add two lines now.
I will open this as an issue on github.
A solo and single # also works. Don't know if that should work, but it does 8-).
test
test
True !
# Headline
####
I use a 3rd or 4th level headline for the space as shown above.