Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing R markdown to Confluence

I'm trying to work out a way to post into confluence a R statistical program Markdown file. So far I have converted the markdown to PDF and imported that but I would like to be able to embed the markdown page directly.

Thanks!

like image 306
Grant McKinnon Avatar asked Jan 07 '15 01:01

Grant McKinnon


People also ask

Can you import markdown into Confluence?

According to the Confluence documentation on http://Importing Content Into Confluence, there is no supported way of importing markdown.

What is insert markup in Confluence?

In Confluence wiki markup, paragraphs are created from any continuous line of text. To create paragraph break, insert two carriage returns after the paragraph text. This is the equivalent of wrapping text in a set of <p></p> tags in HTML.


2 Answers

If you want to use Markdown in Confluence, it's quite possible using my free Markdown for Confluence plugin. Get it here: https://bitbucket.org/dvdsmpsn/markdown-for-confluence/downloads

Alternatively, Atlassian have also written a Markdown Macro.

Hopefully, some of this will be applicable to R Markdown.

like image 109
dvdsmpsn Avatar answered Sep 22 '22 15:09

dvdsmpsn


conflr package will allow you to publish to confluence from Rstudio or render and upload Rmd to confluence.

like image 30
yingw Avatar answered Sep 20 '22 15:09

yingw