Skip to content

Commit

Permalink
Update markdown-it-fancy-lists.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer237 authored May 27, 2017
1 parent 578e0f4 commit 64d60e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown-it-fancy-lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function fancyList(state, startLine, endLine, silent) {
if (markerCharCode !== state.src.charCodeAt(posAfterMarker - 1)) { break; }
}

// Finilize list
// Finalize list
if (isOrdered) {
token = state.push('ordered_list_close', 'ol', -1);
} else {
Expand All @@ -436,4 +436,4 @@ function fancyList(state, startLine, endLine, silent) {
}

return true;
};
};

0 comments on commit 64d60e5

Please sign in to comment.