Merge pull request #765 from patrl/markdownTweaks

Markdown tweaks
This commit is contained in:
Henrik Lissner
2018-07-21 00:59:47 +02:00
committed by GitHub

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 t ; syntax highlighting for latex fragments
markdown-gfm-uppercase-checkbox t) ; for compat with org-mode
:config
(defun +markdown|set-fill-column-and-line-spacing ()