Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-18 | 880 Bytes | |
rmarkdown 2.25 source code.tar.gz | 2023-09-18 | 2.2 MB | |
rmarkdown 2.25 source code.zip | 2023-09-18 | 2.4 MB | |
Totals: 3 Items | 4.6 MB | 0 |
-
Fixed a bug that filenames beginning with
-
cause incorrect invocation of Pandoc (thanks, @mbaynton, [#2503]). -
Documented how to merge
output_format_dependency()
to the output format (thanks, @atusy, [#2508]). -
ioslides_presentation()
now correctly works with new shiny 1.7.5 (thanks, @nicolasgaraycoa, [#2514], @gadenbuie, [#2516]). -
Added a new argument
metadata
to thepre_knit
function inoutput_format()
so that users will have access to the YAML metadata of the input document before knitting it (#2485). Please note that if you definepre_knit
for a custom output format, you are strongly recommended to leave a...
argument inpre_knit
, so we (rmarkdown package authors) are free to add more arguments topre_knit
without breaking your code. If yourpre_knit
function does not have the...
argument, you will get a warning.