Home Gen217 @ 2024-05-01-17:38

This commit is contained in:
Jonas Röger 2024-05-01 17:38:30 +02:00
parent 85e3826206
commit 67946bcbda

View File

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