Skip to content

v0.4.0

Compare
Choose a tag to compare
@BernieWhite BernieWhite released this 30 May 12:28
4c37afb
  • Fix handling of line break for multiline table columns using a wrap separator #11
  • Added New-PSDocumentOption cmdlet to configure document generation
  • Added -Option parameter to Invoke-PSDocument cmdlet to accept configuration options
  • Important change: Renamed Yaml keyword to Metadata. Yaml keyword is still supported but deprecated, switch to using Metadata instead
  • Breaking change: Added support for encoding markdown content output #16
    • To specify the encoding use the -Encoding parameter of Invoke-PSDocument and Invoke-DscNodeDocument
    • Output now defaults to UTF-8 without byte order mark (BOM) instead of ASCII