From 2f91183e48bbdb205e4961747d79c719c942e86d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Oct 2020 16:14:55 -0400 Subject: [PATCH] Fix #3997: downcase checkboxes in markdown To be consistent with the markdown formatter. --- modules/lang/markdown/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index 414a683cc..006f357ac 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -23,7 +23,6 @@ capture, the end position, and the output buffer.") markdown-italic-underscore t markdown-asymmetric-header t markdown-fontify-code-blocks-natively t - markdown-gfm-uppercase-checkbox t ; for compat with org-mode markdown-gfm-additional-languages '("sh") markdown-make-gfm-checkboxes-buttons t