Hi Vladimir,

If you build your table like this it should work in pdf also:

.. list-table:: Simple Example
   :widths: 40 60
   :header-rows: 1

   * - head 1
     - head 2
   * - text
     - text text
   * -
     -
   * -
     - THIS

Further info here:
https://sublime-and-sphinx-guide.readthedocs.io/en/latest/tables.html#list-table-directive

On Mon, Aug 8, 2022 at 1:13 PM Vladimír Marek <vladimir.ma...@frafos.com>
wrote:

> Hi all,
>
> I would like to ask if it is somehow possible to enforce an empty raw in
> a grid table.
>
> Simple example
> +--------+-------------+
> | text  | text text |
> |          |                 |
> |          |THIS        |
> +--------+-------------+
>
> and I would like to have:
> text text
> <empty visible raw>
> THIS
>
> If I left there empty line then in generated output (pdf) there was no
> empty line.
> How can I achieve this?
>
> Thanks,
>    Vladimir
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/d9ba75c5-5688-46ea-82eb-2293d5164c8a%40frafos.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAH_mipO5KC_Mo%2BeVanUb4VPi_tXgj4h1UkKfnZHH5U9ah%3DavEA%40mail.gmail.com.

Reply via email to