We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2b459f + 98937a9 commit fd082ecCopy full SHA for fd082ec
1 file changed
_quarto-website.yml
@@ -7,6 +7,11 @@ project:
7
- "!README.md"
8
- "!appendix-document-metadata.qmd"
9
- "!references.qmd"
10
+ # The `macros` git submodule provides macro definitions for include/
11
+ # shortcode use, not standalone site pages. Don't render its .qmd files
12
+ # directly: macros-table.qmd uses DT::datatable() (an HTML widget) that
13
+ # errors when the project also renders to PDF.
14
+ - "!macros/"
15
16
website:
17
title: "Quarto Website Template"
0 commit comments