mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-22 06:06:23 +01:00
Add links to markdownlint-cli2 and markdownlint documentation for configuration (fixes #2).
This commit is contained in:
parent
fa80dbfb52
commit
06a575921f
1 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,16 @@
|
||||||
# markdownlint-cli2-action
|
# markdownlint-cli2-action
|
||||||
|
|
||||||
A GitHub Action to run the [`markdownlint-cli2`][markdownlint-cli2] tool
|
> A GitHub Action to run the [`markdownlint-cli2`][markdownlint-cli2] tool
|
||||||
for linting [Markdown][markdown]/[CommonMark][commonmark] files with
|
for linting [Markdown][markdown]/[CommonMark][commonmark] files with
|
||||||
[`markdownlint`][markdownlint]
|
[`markdownlint`][markdownlint]
|
||||||
|
|
||||||
|
`markdownlint-cli2` has extensive support for configuring options and
|
||||||
|
disabling or customizing `markdownlint` rules. See the
|
||||||
|
[`markdownlint-cli2` README][markdownlint-cli2] for more information.
|
||||||
|
`markdownlint` includes a wide variety of rules for analyzing and improving
|
||||||
|
Markdown content. See the [`markdownlint` README][markdownlint] for more
|
||||||
|
information.
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
### globs (optional)
|
### globs (optional)
|
||||||
|
|
Loading…
Reference in a new issue