From beac96bb596c27ac6a13c55224adf2674f7deb8f Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 8 Oct 2017 06:24:20 -0700 Subject: [PATCH] Use pandoc to convert markdown --- .emacs.d/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 7b6c8b3..752222d 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -34,6 +34,7 @@ '(js2-bounce-indent-p t) '(js2-strict-trailing-comma-warning nil) '(make-backup-files nil) + '(markdown-command "pandoc -f markdown+yaml_metadata_block -t html -s") '(mouse-buffer-menu-mode-mult 0) '(org-export-with-toc nil) '(org-hide-leading-stars t)