Skip to content

Commit

Permalink
update to Pandoc 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
estedeahora committed Oct 7, 2024
1 parent f45fdb0 commit 6f3a717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/pandoc_options.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sheets <- c("type", "opts", "lua")
pandoc_options <- lapply(sheets, \(.x) readxl::read_excel(data_excel, sheet = .x))
names(pandoc_options) <- sheets

pandoc_req <- "3.1.13"
pandoc_req <- "3.2"
guri_version <- "1.0.0"

usethis::use_data(pandoc_options, guri_version, pandoc_req,
Expand Down

0 comments on commit 6f3a717

Please sign in to comment.