Skip to content
Discussion options

You must be logged in to vote

I wanted color highlighting in the output meaning the rendered output given by quarto. I figured out the solution.
I had to add highlight-style argument in the configuration the default one wasn't working.

format: 
    html:
        highlight-style: github
        theme: spacelab
        code-fold: true
        code-tools: true
        page-layout: full

now it looks like this in the output

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ANP-Oxy
Comment options

@mcanouil
Comment options

@ANP-Oxy
Comment options

Answer selected by ANP-Oxy
@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
editors Issues with editing in text editors, IDEs, etc jupyter
2 participants