Skip to content

Commit

Permalink
quote the version number per CRAN's request
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 22, 2023
1 parent 1d739bd commit f5555c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: rmarkdown
Title: Dynamic Documents for R
Version: 2.23.3
Version: 2.23.4
Authors@R: c(
person("JJ", "Allaire", , "[email protected]", role = "aut"),
person("Yihui", "Xie", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0645-5666")),
Expand Down
2 changes: 1 addition & 1 deletion R/md_document.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ adapt_md_variant <- function(variant) {
gfm = ,
commonmark = ,
commonmark_x = {
if (pandoc_available(2.13)) {
if (pandoc_available("2.13")) {
set_extension(variant_extensions, "yaml_metadata_block", FALSE)
} else {
# Unsupported extension before YAML 2.13
Expand Down

0 comments on commit f5555c4

Please sign in to comment.