John Blischak added test-code-blocks.tex and commented: "Create example code block for testing formatting."  over 8 years ago

Commit id: b2fe413fa68d38a3dd6ba5e55d3ce39f47468ba8

deletions | additions      

         

Code blocks render nicely on Authorea.  However once they are exported they lose all their formatting.  No grey background, no monospace font, and the quotation marks are misformatted.  Here is a typical code block for testing:  \begin{lstlisting}  $ echo "test" > file.txt  $ wc -l file.txt  1 file.txt  \end{lstlisting}