From a7b27f8ee13f54979d71d961457fc187c9626387 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 15 Jan 2015 11:20:44 -0800 Subject: Removed artificial distinction btw FencedCode, IndentedCode in blocks.js. --- js/lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/node.js') diff --git a/js/lib/node.js b/js/lib/node.js index 9fc71c7..0c5bcee 100644 --- a/js/lib/node.js +++ b/js/lib/node.js @@ -80,7 +80,7 @@ var Node = function(nodeType, sourcepos) { this.destination = null; this.title = null; this.fence_char = null; - this.fence_length = null; + this.fence_length = 0; this.fence_offset = null; this.level = null; }; -- cgit v1.2.3