Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 1.87 KB

File metadata and controls

98 lines (74 loc) · 1.87 KB
external help file PSWriteOffice-help.xml
Module Name PSWriteOffice
online version https://github.com/EvotecIT/PSWriteOffice
schema 2.0.0

Add-OfficeMarkdownQuote

SYNOPSIS

Adds a Markdown block quote.

SYNTAX

Context (Default)

Add-OfficeMarkdownQuote [-Text] <string> [-PassThru] [<CommonParameters>]

Document

Add-OfficeMarkdownQuote [-Text] <string> -Document <MarkdownDoc> [-PassThru] [<CommonParameters>]

DESCRIPTION

Adds a Markdown block quote.

EXAMPLES

EXAMPLE 1

PS>MarkdownQuote -Text 'Key takeaway goes here.'

Appends a quote block to the document.

PARAMETERS

-Document

Markdown document to update outside the DSL context.

Type: MarkdownDoc
Parameter Sets: Document
Aliases: None
Possible values: 

Required: True
Position: named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: True

-PassThru

Emit the Markdown document after appending the quote.

Type: SwitchParameter
Parameter Sets: Context, Document
Aliases: None
Possible values: 

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Text

Quote text.

Type: String
Parameter Sets: Context, Document
Aliases: None
Possible values: 

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • OfficeIMO.Markdown.MarkdownDoc

OUTPUTS

  • OfficeIMO.Markdown.MarkdownDoc

RELATED LINKS

  • None