Bernie White
Bernie White
It would be nice if platyPS supported saving default configuration to a file like yaml similar to other dev ops pipeline tools instead of specifying switches on each update/merge/new command.
When importing PSDocs module, importing `PSDocs.Format.ps1xml` may fail if `PSDocs.dll` is blocked by Windows because it was downloaded from the PowerShell Gallery. ```text Import-Module : Errors occurred while loading the...
Currently the current working path is used by default when `-BaseDirectory` is not specified. For document definitions included in a module, base directory should instead default to the module directory...
To support making PSDocs cross-platform in the future. Move out PSDocs.Dsc into a separate repository. Related to #59
Provide a way to bind an input object to extract out the name of the object. Once the name of the object is extracted, then the name can be used...
Add support for generating documents in OpenXml aka Word as an alternative to only using markdown.
The keyword Include can be used to incorporate markdown fragments stored as separate files into the document. Included files may include section headers. PSDocs allows defining section headers that are...
The keyword `Include` can be used to incorporate markdown fragments stored as separate files into the document. Included files may include YAML metadata as front matter that is not valid...
Currently PSDocs doesn't have any way to format text for example italic or bold without preformatting text or mashing together string literals. Add support for formatting of text with a...