Skip to content
Discussion options

You must be logged in to vote

It's just CSS.
Use your favourite browser inspect mode and tweak the CSS which you can then include back in your project.

include-in-header:
  - text: |
      <style>
      .quarto-notebook .cell-container .cell-decorator {
        display: none;
      }
      </style>

If you want more help, please share an actual reproducible example.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@mcanouil
Comment options

mcanouil Nov 1, 2023
Collaborator

@mvuorre
Comment options

@mcanouil
Comment options

mcanouil Nov 1, 2023
Collaborator

@dragonstyle
Comment options

@mvuorre
Comment options

Answer selected by mvuorre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
themes Related to HTML theming or any other style related issue (like highlight-style) manuscript Issues related to manuscript output
3 participants