Add note about markdown-mode (#256)

This commit is contained in:
Radon Rosborough 2023-11-23 12:57:12 -08:00 committed by GitHub
parent 7adc80a310
commit e080558495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,6 +282,9 @@ rather than using this system."
(LaTeX-mode . latexindent)
(lua-mode . stylua)
(lisp-mode . lisp-indent)
;; markdown-mode not included because so many people format
;; markdown code in so many different ways and we don't want to
;; try imposing a standard by default
(nasm-mode . asmfmt)
(nix-mode . nixfmt)
(perl-mode . perltidy)