From: jacques y. <jac...@ho...> - 2019-09-26 22:33:42
|
Hello, I would like to insert a code-block inside this csv table (inside the "code" column ). .. csv-table:: Compilations errors :header: "File","Line","Error Message","Code" :widths: auto As explained in the docs ( http://docutils.sourceforge.net/docs/ref/rst/directives.html#id4 ) : " Block markup and inline markup within cells is supported. Line ends are recognized within cells.", I would like to use an block markup so that I can replace it with the right code-block later ( the code could be on multiple lines ). Can you give me a code sample for this situation, if it is possible ? If not, feel free to suggest an alternative as I should programmatically generate this code in python. Thanks for your help. Jacques |