platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

Write PowerShell External Help in Markdown

Results 132 platyPS issues
Sort by recently updated
recently updated
newest added
trafficstars

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

Area-MAML

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

Area-MAML

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

Area-Yaml

Planned cmdlet updates for V2 milestone based on specification https://github.com/PowerShell/platyPS/blob/master/specs/platyps_2.0_update.md

Area-Yaml

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

Area-MarkdownWriter

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

Area-MAML

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

Area-UpdateMarkdown
Issue-Bug

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?

Issue-Bug

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

Area-Localization

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

Area-Localization