Loading toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR rowIndex = rowsTracker[columnCellIndex] # Correcting the rowIndex. Might have been changed by a previous iteration if rows[rowIndex][columnCellIndex].position >= delimiterPositions[delIndex]: columnForward += 1 rowsTracker[columnCellIndex + columnForward - 1] = maxRowsTracker + 1 if columnForward > 1 else 0 #rowsTracker[columnCellIndex + columnForward - 1] = maxRowsTracker + 1 if columnForward > 1 else 0 columnCellIndex += columnForward continue Loading Loading
toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR rowIndex = rowsTracker[columnCellIndex] # Correcting the rowIndex. Might have been changed by a previous iteration if rows[rowIndex][columnCellIndex].position >= delimiterPositions[delIndex]: columnForward += 1 rowsTracker[columnCellIndex + columnForward - 1] = maxRowsTracker + 1 if columnForward > 1 else 0 #rowsTracker[columnCellIndex + columnForward - 1] = maxRowsTracker + 1 if columnForward > 1 else 0 columnCellIndex += columnForward continue Loading