Loading toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR # Check whether a cell contains a header separator if matchGridTableBodySeparatorLine.match(content): # A new row is to be added rowsTracker[columnCellIndex] += 1 # That actual row will have more than one row rowsTracker[columnCellIndex] = max(rowsTracker) + 1 # That actual row will have more than one row cell.listFlag = False columnForward = 0 Loading Loading
toMkdocs/gridTableTools.py +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR # Check whether a cell contains a header separator if matchGridTableBodySeparatorLine.match(content): # A new row is to be added rowsTracker[columnCellIndex] += 1 # That actual row will have more than one row rowsTracker[columnCellIndex] = max(rowsTracker) + 1 # That actual row will have more than one row cell.listFlag = False columnForward = 0 Loading