commit | aa008e4cb334a82f870b6ecbb16a5a34a02e2fc4 | [log] [tgz] |
---|---|---|
author | Christophe Dervieux <cderv@rstudio.com> | Thu Sep 23 16:52:37 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 23 16:52:37 2021 +0200 |
tree | 8f7dd68009c43b0a660685cbfc585cd1db3656d0 | |
parent | 5ef4ee21f76b84e47f41d31ff88c6366bc117c49 [diff] [blame] |
Add missing variable in templates regarding toc (#127) Related to #123 and alignement with `html_document()` behavior
diff --git a/DESCRIPTION b/DESCRIPTION index 797f81c..b780b5a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION
@@ -33,8 +33,11 @@ Imports: rmarkdown (>= 1.7) Suggests: + xfun (>= 0.21), + xml2, bslib, - testthat (>= 3.0.0) + testthat (>= 3.0.0), + withr (>= 2.4.2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2