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

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

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -