I'm drafting a document using Sphinx 1.1.3. When I insert two tables one after another, those tables show up too close in HTML, so I want to insert a blank line between them. How do I do that?
You can use vertical bars at the beginning of lines to produce blank lines in the output. Like this:
Heading
-------
|
|
Paragraph with text.
You have two possible solutions:
Use @mzjn's comment
Create a custom CSS stylesheet that will define padding beneath a table (or above, or both).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With