Rob Allen
Rob Allen
You may find https://akrabat.com/styling-rst2pdf-tables/ useful.
In rst, the `class` directive applies to the next element. This makes it a pain to style elements within a table as you need to apply the class within the...
> This seems to have been changed in [28a5f0c](https://github.com/rst2pdf/rst2pdf/commit/28a5f0c620346c52fa41e574a7395524369065e7). However it is not mentioned in the commit message, so perhaps the change was accidental? Yes. I imagine it was an...
I imagine it needs playing with to see which, if any, tests break. ReportLab now has `ListFlowable()` & `ListItem(), so it's possible that we may want to rejig everything related...
"flowable is too large" occurs when something to be rendered is bigger than a page and cannot be rendered across multiple pages. The most common case is an image, but...
The situation when a heading appears at the end of page occurs when the next element is not a paragraph and is something else like a table (which also covers...
Hopefully #1047 addresses the worst display issues.
0.98 is a little old now and we really need a 0.99 out. We'll do that when #1020 is merged. The rest of my comment applies to `master`. **Installing rst2pdf**...
PR #1021 should make everything more consistent.
I think this is now addressed with the changes on `master`. @dvzrv, do we need to do anything else?