Skip to content

Commit

Permalink
tweak(markdown): better integration with Pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 8, 2023
1 parent 396993a commit ae73311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-docs.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@
:mode ("README\\.md\\'" . gfm-mode)
:custom
(markdown-hide-markup t)
(markdown-enable-html t)
(markdown-enable-math t))

(use-package poly-markdown
:straight t)

(use-package pandoc-mode
:straight t)
:straight t
:hook (markdown-mode . conditionally-turn-on-pandoc))


(provide 'me-docs)
Expand Down

0 comments on commit ae73311

Please sign in to comment.