Visual disambiguation of code cells using different programming languages #12127
jkrumbiegel
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
QuartoNotebookRunner.jl has just gained the ability to execute python code cells through PythonCall.jl in addition to the existing ability to do the same for R via RCall.jl. This makes it more attractive to use the native julia backend to compose documents that compare implementations in these three languages.
As far as I know, quarto has no inbuilt option to mark code blocks with their language somehow, which makes it quite confusing to read these. I have written a small CSS snippet which can add a visual marker to code cells, but it seems like this should probably be something that quarto ships itself, with good support for light/dark mode and other output formats.
Beta Was this translation helpful? Give feedback.
All reactions