-
-
Notifications
You must be signed in to change notification settings - Fork 7
Format Text
apobekiaris edited this page Sep 17, 2020
·
2 revisions
Formats a text using markdown with bold support.
Format-Text [-Text] <String> [-length <Int32>] [-Bold] [-UrlLength <Int32>] [-DoNotMemorize]
[<CommonParameters>]
Formats a text using markdown with bold support.
PS C:\> Format-Text "Hello **bold**"
Hello 𝗯𝗼𝗹𝗱
Emphasize the bold
word.
{{ Fill Bold Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill DoNotMemorize Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Text Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill UrlLength Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill length Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.