From a729085946a58d02058209a84b54d5503fe0daa4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 17 Apr 2020 16:36:20 +0200 Subject: [PATCH] Use pandoc as default processor for markdown files --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 4a749e0..89a54d4 100644 --- a/init.el +++ b/init.el @@ -2684,7 +2684,8 @@ in the main agenda view." (use-package markdown-mode :ensure t :commands (markdown-mode) - :init (setq markdown-use-pandoc-style-yaml-metadata t)) + :init (setq markdown-use-pandoc-style-yaml-metadata t + markdown-command "pandoc -f markdown -t html")) (use-package mastodon :commands (mastodon))