From 5d5339b55509001de97f05063fe1c30c85f65c59 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sun, 12 Oct 2025 16:02:33 -0500 Subject: [PATCH] feat: modified presenterm options to automatically render languages and parse frontmatter --- .config/presenterm/config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/presenterm/config.yaml b/.config/presenterm/config.yaml index fd72651..fc3c45b 100644 --- a/.config/presenterm/config.yaml +++ b/.config/presenterm/config.yaml @@ -5,4 +5,10 @@ snippet: enable: true exec_replace: enable: true -strict_front_matter_parsing: false +options: + auto_render_languages: + - d2 + - mermaid + - latex + command_prefix: "cmd:" + strict_front_matter_parsing: false