ANSI escape codes in Julia output - again #9670
Closed
MHellmund
started this conversation in
Feature Requests
Replies: 1 comment 6 replies
-
Did you try your extension using the new native Julia engine? https://quarto.org/docs/computations/julia.html#using-the-julia-engine I am not sure Quarto does something to remove ANSI at least outside of Jupyter. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I wrote and use a Quarto extension (pandoc lua filter) handling ANSI colors (including RGB colors) and font attributes (bold, italic) for HTML, LaTeX and typst output. It needs a patched Quarto which just lets the ANSI codes pass through to pandoc. My patch which adds a
preserve-ansi
option is here.Take this as a cautious request. Would it be conceivable to integrate something like this option into Quarto?
Many thanks for a great piece of software!
Beta Was this translation helpful? Give feedback.
All reactions