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
commit 1e40f421f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ()