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 has been archived by the owner on Jul 17, 2023. It is now read-only.
When I tried to use a YAML param to create a dynamic title, it showed up fine when I knit it, but in the confluence page, it just showed the R code. (added quotes to syntax for formatting)
@magooken
Sorry, I couldn't reproduce your problem. On my Confluence the page is titled as intended ("Peril Name - v0.03a"). Do you use the latest CRAN version of conflr?
Thank for looking into this. I'm using version 0.1.1 in R 3.5.3. Does it matter how I'm knitting it? I'm using an Rscript call to conflr::confl_create_post_from_Rmd.
But, you are trying to use param in the Rmd, so it seems not the case...
Another is use conflr::confluence_document instead of html_document so that you can just rmarkdown::render() instead of conflr::confl_create_post_from_Rmd().
When I tried to use a YAML param to create a dynamic title, it showed up fine when I knit it, but in the confluence page, it just showed the R code. (added quotes to syntax for formatting)
The text was updated successfully, but these errors were encountered: