aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Preston <47462344+rnprest@users.noreply.github.com>2023-09-21 20:28:59 -0400
committerGitHub <noreply@github.com>2023-09-21 17:28:59 -0700
commit4a4c92715b174b847ba0fcdccf9dfea71c8ed33e (patch)
tree3bf327420b8c3613bc73aa2de01efdd83cd00702 /README.md
parent9fd54cc59786510011ff4539dee7315f864275c0 (diff)
feat: add mdformat (#68)
* feat(formatters): add mdformat for markdown formatting * docs: add mdformat to readme and conform.txt
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff34820..6c1d671 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,7 @@ To view configured and available formatters, as well as to see the log file, run
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
+- [mdformat](https://github.com/executablebooks/mdformat) - An opinionated Markdown formatter.
- [nixfmt](https://github.com/serokell/nixfmt) - nixfmt is a formatter for Nix code, intended to apply a uniform style.
- [nixpkgs_fmt](https://github.com/nix-community/nixpkgs-fmt) - nixpkgs-fmt is a Nix code formatter for nixpkgs.
- [ocamlformat](https://github.com/ocaml-ppx/ocamlformat) - Auto-formatter for OCaml code.