From 040d1e91573f194b9949405b62cc9abe4076579e Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Thu, 25 Jan 2024 23:30:27 -0300 Subject: [PATCH] updating docs --- docs/en-US/Get-PSTree.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/Get-PSTree.md b/docs/en-US/Get-PSTree.md index 0b54106..b7d6e1a 100644 --- a/docs/en-US/Get-PSTree.md +++ b/docs/en-US/Get-PSTree.md @@ -145,7 +145,7 @@ Wildcard characters are accepted. Excluded items do not add to the recursive folders size. -> __NOTE__: +> [!NOTE] > > - Patterns are tested against the object's `.FullName` property. > - The `-Include` and `-Exclude` parameters can be used together and the inclusions are applied after the exclusions. @@ -184,7 +184,7 @@ Specifies an array of one or more string patterns to be matched as the cmdlet ge Any matching item is included in the output. Wildcard characters are accepted. -> __NOTE__: +> [!NOTE] > > - Patterns are tested against the object's `.FullName` property. > - This parameter focuses only on files, the inclusion patterns are only evaluated against `FileInfo` instances.