Blank line splits paragraph.
With blank line between line 1 and line 2:
line 1;
line 2.
Without blank line between line 1 and line 2:
line 1; line 2.
HTML blockcomment splits paragraph.
With HTML blockcomment between line 1 and line 2:
line 1;
line 2.
Without HTML blockcomment between line 1 and line 2:
line 1; line 2.
Blank line does not a code span make.
With blank line between code and span:
``code
span``.
Without blank line between code and span:
code span
.
HTML blockcomment does not a code span make.
With HTML blockcomment between code and span:
``code
span``
Without HTML blockcomment between code and span:
code span
.
tight list and loose list: mdview doesn't distinguish between the two kinds.
loose list
An blank line between loose 2 and loose a doesn't split the list, nor add line ending or start a new block.
loose 1
loose 2 blank line next
loose a
loose b
loose list ended.