restructuredtext - Insert figure directive in table in docutils -


I am trying to create a table with some shape inside. I am asking whether there is the possibility of doing this in Dokutils or in some other markup languages. I was trying this type of table:

+ ----------------- + -------- + - ------------------------------------------- + | Prova | Prova | Sela Molto Lunga | + ----------------- + -------- + ---------------------- ---------------------- + | Vizieszazion | Picture | .. Data: ~ / Dropbox / RST / Pix / Plantum | | | : Alt: Prova | + ----------------- + -------- + ---------------------- ---------------------- +
Result

Yes, this is possible. The only one issue you could do it right is that your image path may be wrong (thus broken image icon).


Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -