Skip to content

Commit

Permalink
fix typo in rmarkdown version
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Nov 16, 2019
1 parent 8fa6360 commit 681cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/paged.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)

Expand Down

0 comments on commit 681cd2e

Please sign in to comment.