math highlighting and org-mode compat
This commit is contained in:
parent
b7c5f578a5
commit
e5afab1e17
1 changed files with 3 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue