You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,7 +169,7 @@ Toolkit for Markdown supports configuration through:
169
169
|`check.links.timeout`|`--link-timeout`|`TKMD_CHECK_LINK_TIMEOUT`| Timeout in milliseconds for HTTP link and image checks |`5000`|
170
170
|`check.links.skipExternal`|`--skip-external-links`|`TKMD_CHECK_SKIP_EXTERNAL_LINKS`| Skip validation of external HTTP/HTTPS links and images |`false`|
171
171
|`check.links.ignorePatterns`|`--ignore-link-pattern`|`TKMD_CHECK_LINK_IGNORE_PATTERN_*`| Regex patterns for URLs to ignore during link checking, can be specified multiple times |`[]`|
172
-
|`check.lint.ignoreRules`|`--ignore-rule`|`TKMD_CHECK_LINT_IGNORE_RULE_*`|Markdownlint rule names or aliases to ignore, can be specified multiple times|`[]`|
172
+
|`check.lint.ignoreRules`|`--ignore-rule`|`TKMD_CHECK_LINT_IGNORE_RULE_*`|remark-lint rule names to ignore (without the remark-lint- prefix), can be specified multiple times |`[]`|
173
173
|`staticPrefix`|`--static-prefix`|`TKMD_STATIC_PREFIX`| URL prefix indicating a link points to a file in the static directory |`undefined`|
174
174
|`staticDir`|`--static-dir`|`TKMD_STATIC_DIR`| Directory relative to the cwd where static assets are stored, used with staticPrefix |`undefined`|
175
175
@@ -215,7 +215,7 @@ Create a `.toolkit-mdrc` file in JSON format:
Validates Markdown content without AI by running linting checks (via markdownlint), verifying that local link targets exist, and confirming that referenced images are present. Remote links and images are validated with HTTP HEAD requests. This command requires no AWS credentials and is suitable for CI pipelines. Exits with code 1 if any errors are found.
529
+
Validates Markdown content without AI by running linting checks (via remark-lint), verifying that local link targets exist, and confirming that referenced images are present. Remote links and images are validated with HTTP HEAD requests. This command requires no AWS credentials and is suitable for CI pipelines. Exits with code 1 if any errors are found.
0 commit comments