API Reference
Command
Add-OfficeMarkdownQuote
Adds a Markdown block quote.
Remarks
Adds a Markdown block quote.
Examples
Add a quote block.
PS>MarkdownQuote -Text 'Key takeaway goes here.'
Appends a quote block to the document.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Add-OfficeMarkdownQuote [-PassThru] -Text <String> [<CommonParameters>]#Parameter set:
ContextParameters
- PassThru SwitchParameter
- Emit the Markdown document after appending the quote.
- Text String
- Quote text.
Outputs
OfficeIMO.Markdown.MarkdownDoc
Add-OfficeMarkdownQuote -Document <MarkdownDoc> [-PassThru] -Text <String> [<CommonParameters>]#Parameter set:
DocumentParameters
- Document MarkdownDoc
- Markdown document to update outside the DSL context.
- PassThru SwitchParameter
- Emit the Markdown document after appending the quote.
- Text String
- Quote text.
Outputs
OfficeIMO.Markdown.MarkdownDoc