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