You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
I'm having trouble with code chunks not being rendered (regardless of the code_folding setting). The code chunks never show up, and in some cases I see the error
Error rendering macro 'code': Invalid value specified for parameter 'com.atlassian.confluence.ext.code.render.InvalidValueException'
For example the following Rmd :
## R Markdown
```{r cars}
summary(cars)
plot(pressure)
'''
is rendered on Confluence as
Not sure if this matters, but I'm not on Confluence cloud, I'm on my company's internal confluence site. Is it possible my code macro is out of date or something?
I'm having trouble with code chunks not being rendered (regardless of the
code_foldingsetting). The code chunks never show up, and in some cases I see the errorFor example the following Rmd :
is rendered on Confluence as
Not sure if this matters, but I'm not on Confluence cloud, I'm on my company's internal confluence site. Is it possible my code macro is out of date or something?