flexmark-java
flexmark-java copied to clipboard
Fix index out of bounds exception for HTML tables
The exception occurred when each row ended with a cell with the attribute with colspan="0", as shown in the tests. This should fix issue #609