Sean Wheeler
Sean Wheeler
Here is the link to the OPS markdown extensions. https://review.docs.microsoft.com/en-us/help/contribute/markdown-reference?branch=master There are no other `:::` extensions we need to support.
@chrisda Are you saying that error does not happen with 0.14.0?
@chrisda Can you test with https://github.com/PowerShell/platyPS/releases/tag/v2.0.0-preview1?
@chrisda I think the error you are seeing is being caused by the fact that your documents folder is in OneDrive. Can you exclude it from OneDrive and move it...
This is easily managed using splatting. Can you describe a more specific scenario that couldn't be solved by splatting?
@adityapatwardhan I used the example code provided and then converted the markdown to MAML. The MAML is missing the default parameter set, but `Get-Command -Syntax` shows it. ``` PS> gcm...
Related to https://github.com/MicrosoftDocs/PowerShell-Docs/issues/4484
@jhoneill or @StevenBucher98 can one of you file an issue in the Docs repo?
Note the behavior: ```powershell PS> Get-Variable one, two, three | fl * Name : one Description : Value : 111 Visibility : Public Module : ModuleName : Options : None...
So it seems that running `New-Variable varname -Scope Private` does nothing. Is this intentional code behavior?