Connor P. Jackson

Results 3 issues of Connor P. Jackson

I call pander implicitly in my Rmarkdown documents by setting `df_print: !expr pander::pander` in my YAML header. This mostly works well, as I just set options to modify pander's behavior...

- The `output = "paragraph"` functionality required declaring a `results='asis'` chunk, but we can set this feature ourselves by wrapping in `asis_output()` and just returning the string. - Adding Connor...

Would be good to be able to read options like the output format, citation processor (pandoc-citeproc or BibTeX), and any CSL files that are set in the document's YAML header,...

enhancement