no-style-please icon indicating copy to clipboard operation
no-style-please copied to clipboard

Problems rending programming language R in source code

Open mbosley opened this issue 4 years ago • 1 comments

When trying to render an R code black, I get the following spacing error. Note that doing the same thing in Python has normal spacing.

Screen Shot 2021-03-07 at 10 27 34 PM

Here's what my markdown post looks like:

Screen Shot 2021-03-07 at 10 28 20 PM

When I change to the default minima template, the error goes away.

mbosley avatar Mar 08 '21 06:03 mbosley

I've been able to reproduce it locally... very strange.

Anyway this theme doesn't provide syntax highlighting for specific languages. So if you want a quick fix for your problem, just use triple backticks and do not specify R as a language and it renders fine.

riggraz avatar Mar 17 '21 20:03 riggraz