Go to file
Meik Hellmund 8431e41d51 escfilter: remove OSC sequences ESC ]8;;link ESC backslash 2024-02-21 20:32:03 +01:00
_extensions/julia escfilter: remove OSC sequences ESC ]8;;link ESC backslash 2024-02-21 20:32:03 +01:00
.gitignore first working version 2022-09-27 14:52:14 +02:00
README.md Readme corrected 2023-05-15 13:46:51 +02:00
example.html error/warning added to example 2023-03-13 14:37:27 +01:00
example.pdf error/warning added to example 2023-03-13 14:37:27 +01:00
example.qmd error/warning added to example 2023-03-13 14:37:27 +01:00
patch-quarto patch added 2023-05-13 23:02:04 +02:00

README.md

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