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; } }