Skip to content

Commit 14406bc

Browse files
committed
Fixes issue #845
1 parent 2aa6780 commit 14406bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Markdig/Parsers/ListBlockParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ private BlockState TryContinueListItem(BlockProcessor state, ListItemBlock listI
145145
if (list.CountBlankLinesReset == 1 && listItem.ColumnWidth < 0)
146146
{
147147
state.Close(listItem);
148+
list.CountBlankLinesReset = 0;
148149

149150
// Leave the list open
150151
list.IsOpen = true;

0 commit comments

Comments
 (0)