From f57c4f390d5546393f4473485f4f03281140be35 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 27 Aug 2018 23:16:21 +0200 Subject: [PATCH] fix lint errors --- browser/lib/markdown-it-deflist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/lib/markdown-it-deflist.js b/browser/lib/markdown-it-deflist.js index d0cdb656..f3c58009 100644 --- a/browser/lib/markdown-it-deflist.js +++ b/browser/lib/markdown-it-deflist.js @@ -155,12 +155,12 @@ module.exports = function definitionListPlugin (md) { newEndLine = ddLine while (++newEndLine < endLine && (state.sCount[newEndLine] >= state.sCount[ddLine] || state.isEmpty(newEndLine))) { } - + oldLineMax = state.lineMax state.lineMax = newEndLine - + state.md.block.tokenize(state, ddLine, newEndLine, true) - + state.lineMax = oldLineMax // If any of list item is tight, mark list as tight