Quantcast
Channel: How to change inline code appearance with custom css in RMarkdown - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Martin Schmelzer for How to change inline code appearance with...

Unevaluated inline code is contained inside a code element with no class:`round(pi, 3)`leads to<code>round(pi, 3)</code>Therefore using the CSS selector code {} is sufficient.

View Article



How to change inline code appearance with custom css in RMarkdown

I can change code appearance with custom css for code chunks (font family Arial in my example)code.r{ /* Code block */ font-family: arial;} How can I do this for inline code?

View Article
Browsing all 2 articles
Browse latest View live




Latest Images