Use pandoc as default processor for markdown files

This commit is contained in:
Daniel - 2020-04-17 16:36:20 +02:00
parent 50028af0b4
commit a729085946
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

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