We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a legitimate use of snippets in parameter descriptions. I.e. https://github.com/PowerShell/PowerShell-Docs/blob/a3fbff254eb48ce1fcb94995a07a6052b1841c78/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md#-templatefile
We should be able to compile it
Exception calling "NodeModelToMamlModel" with "1" argument(s): "F:\dev\PowerShell-Docs\reference\5.0\Microsoft.PowerShell.Utility\ConvertFrom-String.md:346:(1308) '``` {Name*:David Chew} {City:Redmond}, {State:...' Invalid yaml: unknown key {Name*" At F:\dev\platyPS\out\platyPS\platyPS.psm1:1224 char:9 + $maml = $t.NodeModelToMamlModel($model) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : HelpSchemaException
0.7.3
The text was updated successfully, but these errors were encountered:
Fixed per #60a3a40
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
There is a legitimate use of snippets in parameter descriptions.
I.e. https://github.com/PowerShell/PowerShell-Docs/blob/a3fbff254eb48ce1fcb94995a07a6052b1841c78/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md#-templatefile
Expected behavior
We should be able to compile it
Actual behavior
Environment data
0.7.3
The text was updated successfully, but these errors were encountered: