We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feaec3 commit 8072c6bCopy full SHA for 8072c6b
lib/blocks.js
@@ -325,7 +325,8 @@ var blocks = {
325
ln.slice(parser.nextNonspace).match(reClosingCodeFence));
326
if (match && match[0].length >= container._fenceLength) {
327
// closing fence - we're at end of line, so we can return
328
- parser.lastLineLength = match[0].length;
+ parser.lastLineLength = parser.offset + indent +
329
+ match[0].length;
330
parser.finalize(container, parser.lineNumber);
331
return 2;
332
} else {
0 commit comments