Skip to content

Commit 4f9e84a

Browse files
Fix markdown linting issue in README.md by disabling the rule for a specific line
1 parent f64d24e commit 4f9e84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `Script` input supports these formats:
107107

108108
> [!WARNING]
109109
> Using `tests\info.ps1` is PowerShell syntax for calling a function from a specific module (e.g., `Microsoft.PowerShell.Management\Get-ChildItem`).
110-
110+
<!-- markdownlint-disable-next-line -->
111111

112112
> [!TIP]
113113
> Use script files instead of inline scripts for better support for development tools and linters. The PowerShell extension for Visual Studio Code and

0 commit comments

Comments
 (0)