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/R/utils.R b/R/utils.R index 52381a2..7251cff 100644 --- a/R/utils.R +++ b/R/utils.R
@@ -27,4 +27,4 @@ } } pandoc_variable_arg(option, value) -} \ No newline at end of file +}