Hi,
I was unable to get Line Block to work correctly. Here is a minimal example
.. flat-table:: Test
* - Link
- Button
- | Baz
| Foo
| Bar
Instead of rendering a table like so
It render this
I have managed to fix this by changing this line to:
for elem in list(cellItem.findall(lambda n: isinstance(n, (colSpan, rowSpan)))):
Not sure if there is a better fix?
Hi,
I was unable to get Line Block to work correctly. Here is a minimal example
Instead of rendering a table like so
Foo
Bar
It render this
I have managed to fix this by changing this line to:
Not sure if there is a better fix?