diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-31 14:54:58 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-06-07 08:55:45 +0200 |
commit | d32faa12679eb29b122f63fbf541cd2b47169e0e (patch) | |
tree | da842d80f2a2c7ecd876f0145ced35dc7db1fffe /_quarto.yml | |
parent | 89e81dc251c27bfd546a6409a9071b2116f41657 (diff) |
add and use new filter extension multicol
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index f43f267..2cd743e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -70,3 +70,4 @@ resources: filters: - nobreaks + - multicol-nohead |