From 0d5e0b157cf4b27d2a2b500a7c9d6076a76d40f8 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 11 Oct 2025 08:37:05 +0200 Subject: [PATCH] Output gfm format for personal blog --- _quarto.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 8a618cd..f7296a1 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -10,6 +10,11 @@ execute: format: html: embed-resources: true + code-fold: true + gfm: + toc: false + prefer-html: true + variant: "+yaml_metadata_block" theme: light: flatly