Loading toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -402,7 +402,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR if len(cellsContent) <= numberOfColumns: # Colspan: Positions of | with respect to + need to be determined columnCellIndex = 0 maxRowsTracker = max(rowsTracker) maxRowsTracker = rowsTracker.max() # Go through all cells in a columnt for columnIndex, content in enumerate(cellsContent): rowIndex = rowsTracker[columnCellIndex] Loading Loading
toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -402,7 +402,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR if len(cellsContent) <= numberOfColumns: # Colspan: Positions of | with respect to + need to be determined columnCellIndex = 0 maxRowsTracker = max(rowsTracker) maxRowsTracker = rowsTracker.max() # Go through all cells in a columnt for columnIndex, content in enumerate(cellsContent): rowIndex = rowsTracker[columnCellIndex] Loading