platyPS
platyPS copied to clipboard
Write PowerShell External Help in Markdown
Here is the source markdown: ~~~markdown ### -Exclude Specifies an array of one or more string patterns to be matched as the cmdlet gets child items. Any matching item is...
V2 Invalid output generated with v2 - Exception calling "NodeModelToMamlModel" with "1" argument(s)
Steps to reproduce ------------------ ```powerShell Install-Module PlatyPs #Installing v1 Install-Module PlatyPs -AllowPrerelease #adding v2 ``` Expected behavior ----------------- No errors when running `New-Markdownhelp` - running it with v0.14.1 results in...
Steps to reproduce ------------------ ``` New-YamlHelp -Path C:\Git\PS-Docs\PowerShell-Docs\reference\7.1\Microsoft.PowerShell.Archive\Expand-Archive.md -OutputFolder . ``` Expected behavior ----------------- Examine the web page and see the CommonParamters paragraph (https://docs.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive#notes) ``` Get-Help Expand-Archive ... This cmdlet...
Planned cmdlet updates for V2 milestone based on specification https://github.com/PowerShell/platyPS/blob/master/specs/platyps_2.0_update.md
Steps to reproduce ------------------ New-MarkdownHelp -Command Set-AzDataLakeAnalyticsAccount -OutputFolder d:\temp\datalake -Force -UseFullTypeName Expected behavior ----------------- InputType section should not be empty in the generated markdown Actual behavior --------------- empty section with...
## The problem The current platyps schema for Examples allows the following: ``` ## Examples ### Example 1 0 or more paragraphs 1 or more code blocks 0 or more...
I've following code: ``` New-MarkdownHelp -Module $Module -OutputFolder $PSScriptRoot\..\docs Update-MarkdownHelp $PSScriptRoot\..\docs New-ExternalHelp $PSScriptRoot\..\docs -OutputPath $PSScriptRoot\..\docs -Force ``` I run it to update docs, but also create new word docs when...
Some documentation improvements were reverted by platyPS in PR: https://github.com/Azure/azure-powershell/pull/4110 Is it possible to have these improvements incorporated into PlayPS?
To support localization, the following strings in the schema for the template need to be localized. - All schema-defined headers that have labels: - Cmdlet schema - Synopsis - Syntax...
**Issue:** --------------- Currently PowerShell cmdlet/ref schema does not allow localization of header text, including H2 texts. This causes the localized ref topics fail publishing to docs. **Request** --------------- Docs -...