conflr icon indicating copy to clipboard operation
conflr copied to clipboard

Post R Markdown documents to Confluence

Results 37 conflr issues
Sort by recently updated
recently updated
newest added

When I include a table from Kable, I get the following error ```"C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS builder_roster.knit.md --to commonmark-yaml_metadata_block --from markdown+autolink_bare_uris-tex_math_single_backslash-tex_math_dollars-raw_tex --output builder_roster.md --wrap=none Checking the existing images... Uploading the...

https://rmarkdown.rstudio.com/docs/reference/convert_ipynb.html

When trying to run the confl add on via rstudio add in menu, I see this code run in the console: ``` conflr:::confl_create_post_from_Rmd_addin() ``` However, I am getting an error...

Is it already somehow possible to directly invoke Confluence's macros (https://confluence.atlassian.com/doc/macros-139387.html) from within the source Rmd?

Super nice and useful add on. Thanks. `R` code blocks are at the moment converted to `Code Block` macro but do not have any syntax highlighting at all. Could `conflr`...

Dollar signs in the document seem to break the `confl_create_post_from_Rmd` process in weird ways, resulting in an error: `Error parsing xhtml: Unexpected close tag ; expected .` I've narrowed it...

It seems that writing in color in Rmd is not supported ? I tried `Roses are \textcolor{red}{red}, violets are \textcolor{blue}{blue}. ` without success

Hello, I'd like to do the following: when I create a project repo I usually create the `README.md` from a `README.Rmd`, now I'd like to be able to `render` my...

This might be good to have, but this requires non-default macro. What's tougher is that the type of macro is different between the Server version and the Cloud version... *...