mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #3997: downcase checkboxes in markdown
To be consistent with the markdown formatter.
This commit is contained in:
@ -23,7 +23,6 @@ capture, the end position, and the output buffer.")
|
|||||||
markdown-italic-underscore t
|
markdown-italic-underscore t
|
||||||
markdown-asymmetric-header t
|
markdown-asymmetric-header t
|
||||||
markdown-fontify-code-blocks-natively t
|
markdown-fontify-code-blocks-natively t
|
||||||
markdown-gfm-uppercase-checkbox t ; for compat with org-mode
|
|
||||||
markdown-gfm-additional-languages '("sh")
|
markdown-gfm-additional-languages '("sh")
|
||||||
markdown-make-gfm-checkboxes-buttons t
|
markdown-make-gfm-checkboxes-buttons t
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user