python sphinx - How to insert a blank line in restructured text? -
i'm drafting document using sphinx 1.1.3. when insert 2 tables 1 after another, tables show close in html, want insert blank line between them. how do that?
you have 2 possible solutions:
use @mzjn's comment
create custom css stylesheet define padding beneath table (or above, or both).
Comments
Post a Comment