aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-25 17:56:37 +0000
committerGithub Actions <actions@github>2023-09-25 17:56:37 +0000
commitbbb7df3b3210fff165f2be429cf669726d159de4 (patch)
treedf471a13cf91ab35d022ee6a7efd1ed55368125d
parentde58b06d434047c6ecd5ec2d52877335d37b05fd (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 cea873b..b69b499 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,7 @@ To view configured and available formatters, as well as to see the log file, run
- [isort](https://github.com/PyCQA/isort) - Python utility / library to sort imports alphabetically and automatically separate them into sections and by type.
- [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.
+- [markdown-toc](https://github.com/jonschlinkert/markdown-toc) - API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 785dcd4..0c8ea9a 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -200,6 +200,8 @@ FORMATTERS *conform-formatter
`jq` - Command-line JSON processor.
`latexindent` - A perl script for formatting LaTeX files that is generally
included in major TeX distributions.
+`markdown-toc` - API and CLI for generating a markdown TOC (table of contents)
+ for a README or any markdown files.
`markdownlint` - A Node.js style checker and lint tool for Markdown/CommonMark
files.
`mdformat` - An opinionated Markdown formatter.