diff --git a/src/extensions/table.js b/src/extensions/table.js index f712ac2..874a23c 100644 --- a/src/extensions/table.js +++ b/src/extensions/table.js @@ -81,6 +81,8 @@ tbl.push(''); // we are done with this table and we move along out.push(tbl.join('\n')); + // and reset tbl in case their are further tables in the document. + tbl = []; continue; } }