Open pravi opened 12 years ago
pat_gfm()
has been deprecated. Use render_markdown()
instead.
thanks @ramnathv it worked. But the pdf created is not in a presentation format, it does not recognize !SLIDES
If possible, can you try to make it output a PDF presentation?
You are probably confusing two different projects of mine. knitr-pandoc
is not intended for slide generation.
Is pat_gfm available yet from a released version? I get errors trying to generate a pdf
knitr-pandoc$ make Rscript \ -e "library(knitr)" \ -e "opts_chunk[['set']](dev =)" \ -e "pat_gfm()" \ -e "knit('source.md', 'temp.md')" Error: could not find function "pat_gfm" Execution halted make: *\ [doc.html] Error 1