Skip to content

Commit fd082ec

Browse files
authored
Merge pull request #84 from d-morrison/fix/exclude-macros-submodule-render
Don't render the macros submodule's .qmd files directly
2 parents b2b459f + 98937a9 commit fd082ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_quarto-website.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ project:
77
- "!README.md"
88
- "!appendix-document-metadata.qmd"
99
- "!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/"
1015

1116
website:
1217
title: "Quarto Website Template"

0 commit comments

Comments
 (0)