I am using gitlab (https://gitlab.com/) for hosting a private package with an associated wiki. My workflow is to create .Rmd files (containing the R-code) and then render the .md and/or .html file(s) (with R-Studio) which contain the results. The problem is: gitlab shows only the .Rmd files (which are recognized as markdown files) - but I want the wiki to show the results, which are in the .md file!
Any hints? Thanks! Manuel
I solved the problem by setting the following praeamble in Rmarkdown:
That approach saves the .md file as TITLE_.md (from TITLE.Rmd).