julia-color/README.md

927 B

Julia Color Extension for Quarto

This extension provides support for Jupyter code output cells with ANSI escape sequences.

It works with HTML and LaTeX/PDF output.

It works only with a patched version of quarto.

At the moment, Quarto itself supports ANSI colored/styled output only for HTML output and only for output cells of type execute_result ( and not for cells of type stream output). In all other cases it removes the ANSI escape sequences.

This extension uses a hack employing the ipynb-filters option and only works if 6a4696af6b is reverted:

cd quarto-cli
patch -p1 < patch-quarto

Furthermore, the extension uses the JuliaMono font as font for code.

All code licenced under GNU General Public License v2.0 or later