From 39f2cb262def670b0e25b7fac238de554c54ebb9 Mon Sep 17 00:00:00 2001 From: arekkas Date: Sun, 16 Mar 2014 19:59:59 +0100 Subject: [PATCH] Closes #93 --- 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; } }