Style inline quarto code #5006
Replies: 3 comments
-
It will depends on the format you are using, but for HTML, you can use CSS/SCSS to tweak how inline code is rendered or you can used spans (https://quarto.org/docs/authoring/markdown-basics.html#divs-and-spans). If you want more, please provide a small but complete working example. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. Here's a reproducible example if it helps. I'm trying to find a way to do this programatically - not wrapping the text in markdown or html tags. I have dozens of these in my code, so I'd like to be able to alter the styling in one shot.
|
Beta Was this translation helpful? Give feedback.
-
Oh you picked the "worst" format to do whatever programmatically and/or easily.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm drafting a report, and I'd like to bold all of my inline variables (e.g.
r some_variable
). Is there a way to do this via yml options?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions