|
@ -18,9 +18,6 @@ module.exports = function code(state, startLine, endLine, silent) { |
|
|
if (state.bqMarks[nextLine] < state.bqLevel) { break; } |
|
|
if (state.bqMarks[nextLine] < state.bqLevel) { break; } |
|
|
if (isEmpty(state, nextLine)) { |
|
|
if (isEmpty(state, nextLine)) { |
|
|
nextLine++; |
|
|
nextLine++; |
|
|
if (state.options.pedantic) { |
|
|
|
|
|
last = nextLine; |
|
|
|
|
|
} |
|
|
|
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
if (state.tShift[nextLine] - state.blkIndent >= 4) { |
|
|
if (state.tShift[nextLine] - state.blkIndent >= 4) { |
|
|