From 19196341a8303e6d5ff97f6f4a06b1fb5615de2a Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 26 Oct 2023 13:52:27 +0000 Subject: [PATCH] chore: #12 turn off code folding --- _quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index de1b1fb..026f2b3 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -64,7 +64,7 @@ format: anchor-sections: true smooth-scroll: true code-link: true - code-fold: true + code-fold: false code-overflow: scroll code-line-numbers: true code-copy: true