Replies: 2 comments 3 replies
-
You mean the following?
PS: I am changing this as a Q&A since there are already options for HTML. |
Beta Was this translation helpful? Give feedback.
-
I found this after lengthy searching. So nice with this PR. Would it be possible to in addition to being able to adjust this through yaml settings also provide default settings with more contrast (bg vs fg) for the inline code color, and perhaps is less colorful (and more boring) using grayscales? To illustrate with a comparison to what I get now, without making any particular settings: This way provides more contrast and doesn't jump out as much: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently, quarto html format styles inline code with a predefined color, in addition to a background color. When there are just a few inline code in a document, this is very useful for distinguishing inline code from ordinary text. However, when a document contains many inline code, the styling tend to be distracting. E.g., here is a screen shot from one of my blog posts (this may not seem terrible, but imagine if there are more inline code):
I am aware that there is a
monobackgroundcolor
option for html output, and I can set it to "transparent" to partly resolve the problem, but I think there should also be an option (e.g.,monoclolor
) to remove the color of the inline code (or perhaps change to other color).Beta Was this translation helpful? Give feedback.
All reactions