Hello,
I have and example:
## First
1. 13123
2. qwd
## Second
as my MD
I am getting:
h2( "First", ), ol( li( "13123", ), li( "qwd", ), ), h2( "Second", ),
I am expecting to see breaking line between "h2" elements and the list. MD converter is ignoring empty lines.