API Reference
Command
Add-OfficeMarkdownDefinitionList
Adds a Markdown definition list.
Remarks
Adds a Markdown definition list.
Examples
Add term/definition pairs.
PS>MarkdownDefinitionList -Definition @{ SLA = 'Service level agreement'; SLO = 'Service level objective' }
Appends a definition list built from the provided pairs.
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-OfficeMarkdownDefinitionList -Definition <Hashtable> [-PassThru] [<CommonParameters>]#Parameter set:
ContextParameters
- Definition Hashtable
- Hashtable of term/definition pairs to render.
- PassThru SwitchParameter
- Emit the updated Markdown document.
Outputs
OfficeIMO.Markdown.MarkdownDoc
Add-OfficeMarkdownDefinitionList -Definition <Hashtable> -Document <MarkdownDoc> [-PassThru] [<CommonParameters>]#Parameter set:
DocumentParameters
- Definition Hashtable
- Hashtable of term/definition pairs to render.
- Document MarkdownDoc
- Markdown document to update outside the DSL context.
- PassThru SwitchParameter
- Emit the updated Markdown document.
Outputs
OfficeIMO.Markdown.MarkdownDoc