math highlighting and org-mode compat

This commit is contained in:
Patrick Elliott 2018-07-20 12:29:44 +02:00
parent b7c5f578a5
commit e5afab1e17

View file

@ -12,7 +12,9 @@
markdown-make-gfm-checkboxes-buttons t
markdown-gfm-additional-languages '("sh")
markdown-fontify-code-blocks-natively t
markdown-hide-urls nil) ; trigger with `markdown-toggle-url-hiding'
markdown-hide-urls nil ; trigger with `markdown-toggle-url-hiding'
markdown-enable-math ; syntax highlighting for latex fragments
markdown-gfm-uppercase-checkbox t ) ; compatibility with org-mode
:config
(defun +markdown|set-fill-column-and-line-spacing ()