From 681cd2e70cafccdeffb03969a5e3f01ef60358af Mon Sep 17 00:00:00 2001 From: Romain Lesur Date: Sat, 16 Nov 2019 01:00:22 +0100 Subject: [PATCH] fix typo in rmarkdown version --- R/paged.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/paged.R b/R/paged.R index 110666b2..310d9246 100644 --- a/R/paged.R +++ b/R/paged.R @@ -153,7 +153,7 @@ html_format = function( pandoc_args = c( .pandoc_args, pandoc_args, - # use the pagebreak pandoc filter provided by rmarkdown 1.15: + # use the pagebreak pandoc filter provided by rmarkdown 1.16: if (isTRUE(.pagedjs)) pandoc_metadata_arg('newpage_html_class', 'page-break-after') )