Bernie White
Bernie White
Related to #261
Related to #111
@akromm To clarify, you are expecting customisation of CommonParameters parameter description to be persisted and not replaced after calling `Update-Markdownhelp`. Is this correct?
Currently if the ```powershell syntax is used it will be removed by Update-MarkdownHelp.
Following on, for SYNTAX sections there should be no reason why the ```powershell fenced should not be the default.
@vors Thanks. I see your point.
Further thought on this one, does the prefix `PS C:\>` change if PowerShell / platyPS is on a different platform?
I'll have a look at this one. I noticed, if we currently have two separate code blocks defined under the one example like below, they will merge together into a...
@vors Thoughts on info-string for output blocks? Schema says don't use an info-string for output blocks. From a implementation point of view it makes sense to only detect language based...
The query into how prompts are handled from documentation (particularly relating to cross-platform scenarios) resulted in a link to this document (brand new guidance). https://github.com/PowerShell/PowerShell-Docs/blob/staging/contributing/FORMATTING-CODE.md From the document both `PS...