From 67946bcbda7531f1c3628fa9275e25e2c9df5910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 1 May 2024 17:38:30 +0200 Subject: [PATCH] Home Gen217 @ 2024-05-01-17:38 --- home/jonas/static/doom-config/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index f42faa1..f0f99c6 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -104,5 +104,5 @@ (after! markdown-mode (setq markdown-split-window-direction 'right) - (setq markdown-command "pandoc -t html5 -f markdown_mmd --self-contained --mathjax --quiet --highlight-style=zenburn") + (setq markdown-command "pandoc -t html5 -f markdown_mmd --embed-resources --standalone --mathjax --quiet --highlight-style=zenburn") (setq markdown-enable-math t))