diff --git a/init.el b/init.el index 3f91d18..7683970 100644 --- a/init.el +++ b/init.el @@ -2867,7 +2867,7 @@ eventuelly be set to nil, however)." :commands (markdown-mode) :init (progn (setq markdown-use-pandoc-style-yaml-metadata t - markdown-command "pandoc --standalone" + markdown-command "pandoc --standalone --toc" markdown-fontify-code-blocks-natively t) (fset 'markdown-output-standalone-p #'(lambda () t)) (add-hook 'markdown-mode-hook #'turn-off-auto-fill)