Bernie White

Results 291 issues of 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.

Issue-Enhancement

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...

documentation

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...

enhancement

Provide an example of using PSDocs with Docfx.

documentation

To support making PSDocs cross-platform in the future. Move out PSDocs.Dsc into a separate repository. Related to #59

enhancement

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...

enhancement

Add support for generating documents in OpenXml aka Word as an alternative to only using markdown.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement