|
|
@ -3,7 +3,7 @@ |
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
module.exports = function lheading(state, startLine, endLine, silent) { |
|
|
|
module.exports = function lheading(state, startLine, endLine/*, silent*/) { |
|
|
|
var marker, pos, max, |
|
|
|
next = startLine + 1; |
|
|
|
|
|
|
@ -29,8 +29,6 @@ module.exports = function lheading(state, startLine, endLine, silent) { |
|
|
|
|
|
|
|
if (pos < max) { return false; } |
|
|
|
|
|
|
|
if (silent) { return true; } |
|
|
|
|
|
|
|
pos = state.bMarks[startLine] + state.tShift[startLine]; |
|
|
|
|
|
|
|
state.line = next + 1; |
|
|
|