I have markdown text like this
1. abc
1. def
code here
1. ghi
1. jkl
1. mnop
In MacDown, it renders like this, with newlines separating the ordered list items after the code sample:
abc
def
code hereghi
jkl
mnop
How do I fix this, so the list items following the code block do not have newlines in between?