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

I'm getting an error when trying to post a markdown file that includes manual page breaks (``) in it. See the reproducible example below. ``` r library(conflr) md_text

I tried the latest conflr and I'm unable to get datatables to work correctly. I only get an image with the column names: have you seen this? Is there a...

Hi, How do we create a link to the top of the document on the Rmarkdown so it is treated correctly in confluence? thanks FKG

Add the confluence document as a markdown template to help people get started. https://rstudio.github.io/rstudio-extensions/rmarkdown_templates.html

My (employer's) confluence instance does not allow login through username/password or API token as they use OKTA. Instead, they allow creating personal access tokens (see https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html ) that do not...

The following changes to translate.R fix some issues I've been having with inline latex in confluence: ``` # Include this after line 64: # Mark $ and $$ in plain...