0

I am trying to make a table with some figure inside. I am asking if there is a possibility to do it in Docutils or in some other markup languages. I was trying this kind of table :

+-----------------+--------+--------------------------------------------+ | Prova | Prova | Cella Molto lunga | +-----------------+--------+--------------------------------------------+ | Visualizzazione | Figura | .. figure:: ~/Dropbox/rst/Pics/plantum.png | | | | :alt: Prova | +-----------------+--------+--------------------------------------------+
The result is Table

Enrico Pirani
  • 1,387
  • 3
  • 13
  • 22

1 Answers1

0

Yes, that's possible. You did it correctly. The only issue may be that your image path may be incorrect (thus the broken image icon).

David Goodger
  • 86
  • 1
  • 4