diff --git a/AU/Plugins/Report/markdown_funcs.ps1 b/AU/Plugins/Report/markdown_funcs.ps1 index 9e076c38..a0be5350 100644 --- a/AU/Plugins/Report/markdown_funcs.ps1 +++ b/AU/Plugins/Report/markdown_funcs.ps1 @@ -30,9 +30,9 @@ function md_table($result, $Columns, $MaxErrorLength=150) { @{ N='Updated' E={ $r = "[{0}](#{1})" -f $_.Updated, $_.Name.Replace('.','').ToLower() - $r += if ($_.Updated) { ' ๐Ÿ”ธ' } - $r += if ($_.Streams) { ' โ˜„' } - $r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' โค‹' } + $r += if ($_.Updated) { ' 🔸' } + $r += if ($_.Streams) { ' 🕄' } + $r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' 📥' } $r } },