platyPS
platyPS copied to clipboard
Write PowerShell External Help in Markdown
Updating Schema File to have empty line after heading - MarkdownLint MD022
### Summary of the new feature / enhancement As a user I need an easy way to search for cmdlet reference by the cmdlet alias. Most cmdlet reference docs do...
### Summary of the new feature / enhancement Support adding titles to examples. Changes for comment based help: Should support adding a string after `.EXAMPLE`. This text is the title...
The current formatting does not tag the code block as PowerShell. The remarks attribute sometimes is the formatted output of the example which is not within the code block. If...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement As a developer of a binary powershell module I would like to document in inside the C# files, as I'm used to...
### Summary of the new feature / enhancement If a module does not export any commands then `New-MarkdownHelp` throws `$LocalizedData.ModuleNotFound`. A clearer error could be thrown. ### Proposed technical implementation...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...
# PR Summary This PR adds handling and test coverage for the new `-ProgressAction` common parameter introduced with PowerShell 7.4.0. ## PR Context Fixes issue #595 see this issue for...