Laurent Garcin
Laurent Garcin
The pweave executable seems to be broken since I upgraded to python3.8 (everything was fine with python 3.7). When I try an example of the docs `pweave -f md2html FIR_designp.pmd`...
Could it be possible to support Python3 ?
When an exception is thrown, the code is not shown at all. This occurs in `.. runblock:: pycon`blocks. For example ``` .. runblock:: pycon >>> s = (1, 2, 3)...
The lines in the output of `.. runblock:: pycon` are too small. When use with the `:linenos:` flag, the line numbers don't match code lines. For example ``` .. runblock::...