diff options
-rw-r--r-- | _quarto.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index 1b817bb..d9a52fb 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,6 +1,9 @@ project: type: website pre-render: make prepare + render: + - "*.qmd" + - "!SETUP.md" keep-tex: true |