From 3cf0cc7d2134b8a9aa374935ec8a12a9564124b8 Mon Sep 17 00:00:00 2001 From: welvet Date: Mon, 22 Jul 2013 13:27:43 +0400 Subject: [PATCH] Update table.js Multiple tables fix --- src/extensions/table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extensions/table.js b/src/extensions/table.js index f712ac2..716fde6 100644 --- a/src/extensions/table.js +++ b/src/extensions/table.js @@ -81,6 +81,7 @@ tbl.push(''); // we are done with this table and we move along out.push(tbl.join('\n')); + tbl = []; continue; } }