Skip to content

Commit cdea070

Browse files
author
James Brundage
committed
Updating Markdown Format (stringifying unknown types)
1 parent 08665e8 commit cdea070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formatting/Markdown.format.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Write-FormatView -TypeName Markdown -Action {
1212
elseif ($thisObject.psobject.Properties.Length) {
1313
$thisObject | Format-Markdown
1414
} else {
15-
''
15+
"$thisObject"
1616
}
1717
}

0 commit comments

Comments
 (0)