SyntaxFix
Write A Post
Hire A Developer
Questions
Only two steps:
Install the latest release "pandoc" from here:
https://github.com/jgm/pandoc/releases
Call the function pandoc in the library(knitr)
pandoc
library(knitr)
library(knitr) pandoc('input.md', format = 'latex')
Thus, you can convert your "input.md" into "input.pdf".