Skip to content

Commit 86d1326

Browse files
committed
pandoc 2.2 should suffice
1 parent 8da3d29 commit 86d1326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rticles 0.5 (unreleased)
44
- Add MDPI journal template
55

66
- Fixed #6 and #132: dollar signs can be used in code chunks in JSS articles
7-
now, but it will require Pandoc 2.2.1 (you can use the Preview version of
7+
now, but it will require Pandoc 2.x (you can use the Preview version of
88
RStudio if you do not want to install Pandoc separately).
99

1010
rticles 0.4.1

R/jss_article.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' @export
2121
jss_article <- function(..., keep_tex = TRUE, citation_package = 'natbib') {
2222

23-
rmarkdown::pandoc_available('2.2.1', TRUE)
23+
rmarkdown::pandoc_available('2.2', TRUE)
2424

2525
template <- find_resource("jss_article", "template.tex")
2626

0 commit comments

Comments
 (0)