|
@ -24,7 +24,7 @@ module.exports = function reference(state, startLine, _endLine, silent) { |
|
|
title, |
|
|
title, |
|
|
lines = 0, |
|
|
lines = 0, |
|
|
pos = state.bMarks[startLine] + state.tShift[startLine], |
|
|
pos = state.bMarks[startLine] + state.tShift[startLine], |
|
|
max = state.eMarks[startLine], |
|
|
max, |
|
|
nextLine = startLine + 1; |
|
|
nextLine = startLine + 1; |
|
|
|
|
|
|
|
|
if (state.src.charCodeAt(pos) !== 0x5B/* [ */) { return false; } |
|
|
if (state.src.charCodeAt(pos) !== 0x5B/* [ */) { return false; } |
|
|