diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-12 08:43:01 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-12 08:43:10 +0100 |
commit | a6fc6194dd1f812ed143be3d9aaf80e88d2b6687 (patch) | |
tree | 1a38f45d9af16ce17e31b0646ffab6ef384cbb8a /_quarto.yml | |
parent | 148a8cf159f9f2aef74e1e26635e95388c079c0f (diff) |
use plugin pandoc-filter-diagram; add a few graphs
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index 817c397..0a87ae7 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -95,3 +95,6 @@ bibliography: ref.bib csl: apa resource-path: - /usr/share/citation-style-language/styles + +filters: + - diagram |