We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6434a33 commit 67afa1dCopy full SHA for 67afa1d
1 file changed
matter/spec/table_info.go
@@ -202,7 +202,6 @@ func (ti *TableInfo) RenderColumn(row *asciidoc.TableRow, renderer CellRenderer,
202
cell := row.Cell(offset)
203
cellElements := cell.Children()
204
if len(cellElements) == 0 {
205
- ok = false
206
return
207
}
208
source = cell
0 commit comments