aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-05-22 05:47:45 +0000
committerGithub Actions <actions@github>2024-05-22 05:47:45 +0000
commit55619bcb306a1a37d487ed31b360a41c343ee74a (patch)
tree0aa9289b3f04280afe41b9cddf1d2021ab0e394c
parentb999fad66fd797a57d745c1a999d000b889bd587 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f383d9c..1dae5c5 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ You can view this list in vim with `:help conform-formatters`
- [ktfmt](https://github.com/facebook/ktfmt) - Reformats Kotlin source code to comply with the common community standard conventions.
- [ktlint](https://ktlint.github.io/) - An anti-bikeshedding Kotlin linter with built-in formatter.
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.
-- [leptosfmt](https://github.com/bram209/leptosfmt) - A formatter for the Leptos `view!` macro.
+- [leptosfmt](https://github.com/bram209/leptosfmt) - A formatter for the Leptos view! macro.
- [liquidsoap-prettier](https://github.com/savonet/liquidsoap-prettier) - A binary to format Liquidsoap scripts
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 4a09f31..7d5a0e8 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -270,7 +270,7 @@ FORMATTERS *conform-formatter
`ktlint` - An anti-bikeshedding Kotlin linter with built-in formatter.
`latexindent` - A perl script for formatting LaTeX files that is generally
included in major TeX distributions.
-`leptosfmt` - A formatter for the Leptos `view!` macro.
+`leptosfmt` - A formatter for the Leptos view! macro.
`liquidsoap-prettier` - A binary to format Liquidsoap scripts
`markdown-toc` - API and CLI for generating a markdown TOC (table of contents)
for a README or any markdown files.