Search code examples
python-sphinxrestructuredtext

How to insert a blank line in restructured text?


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?


Solution

  • You have two possible solutions:

    1. Use @mzjn's comment

    2. Create a custom CSS stylesheet that will define padding beneath a table (or above, or both).