mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Fix issue with multiple tables in one file
This commit is contained in:
parent
2e102c72b2
commit
d9a176dd52
|
@ -81,6 +81,7 @@
|
||||||
tbl.push('</table>');
|
tbl.push('</table>');
|
||||||
// we are done with this table and we move along
|
// we are done with this table and we move along
|
||||||
out.push(tbl.join('\n'));
|
out.push(tbl.join('\n'));
|
||||||
|
tbl = [];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user