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))