Fixed multitable issue in showdowns table-extension

Thanks to welvet (3cf0cc7d21)
This commit is contained in:
Kristin Kuche
2013-09-03 19:51:03 +02:00
parent 29465c7f06
commit 3b2fd4189e

View File

@@ -81,6 +81,7 @@
tbl.push('</table>');
// we are done with this table and we move along
out.push(tbl.join('\n'));
tbl = [];
continue;
}
}