summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-04 05:27:37 +0000
committerGithub Actions <actions@github>2023-11-04 05:27:37 +0000
commit893b139e6dcdb55dee4c98215d9217d3a1ec69eb (patch)
tree29e8df7f57222535b315edb3785bcdf1b8e1fc85
parent369c7fe690b3fec0ecdd7c17faeebf3f8113a0f5 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d171c2..caf0a8c 100644
--- a/README.md
+++ b/README.md
@@ -224,6 +224,7 @@ You can view this list in vim with `:help conform-formatters`
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) - A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library
- [mdformat](https://github.com/executablebooks/mdformat) - An opinionated Markdown formatter.
+- [mdslw](https://github.com/razziel89/mdslw) - Prepare your markdown for easy diff'ing by adding line breaks after every sentence.
- [mix](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) - Format Elixir files using the mix format command.
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 5943590..f5dede6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -233,6 +233,8 @@ FORMATTERS *conform-formatter
interface for linting Markdown/CommonMark files with the
markdownlint library
`mdformat` - An opinionated Markdown formatter.
+`mdslw` - Prepare your markdown for easy diff'ing by adding line breaks after
+ every sentence.
`mix` - Format Elixir files using the mix format command.
`nixfmt` - nixfmt is a formatter for Nix code, intended to apply a uniform
style.