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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -