-
DescriptionHi, I am test driving Quarto manuscripts. I would like to put my computations in a notebook, but don't like the default html formatting of those. Is there a way to change how those notebooks look like? For example, I created a bare bones manuscript project with ![]() How do I remove the "Ln [1]:" things and stop indenting code blocks? How do I get rid of the red around the code output? Also, things like turning Thanks for the exciting project so far :) Example manuscript project: https://mvuorre.github.io/quarto-manuscript-test/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Beta Was this translation helpful? Give feedback.
It's just CSS.
Use your favourite browser inspect mode and tweak the CSS which you can then include back in your project.
If you want more help, please share an actual reproducible example.