PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
762 stars 148 forks source link

New-YamlHelp needs to convert the module.md file to YAML #612

Closed sdwheeler closed 3 months ago

sdwheeler commented 8 months ago

Summary of the new feature / enhancement

In the current reference pipeline, they are converting the module.md file to YAML. Since the intent is for the OPS pipeline to replace the existing code with New-YamlHelp, we need to convert the module file to YAML.

Proposed technical implementation details (optional)

The OPS pipeline has a well-defined schema for this already. We should target that schema.

theJasonHelmick commented 3 months ago

This is included in the Microsoft.PowerShell.PlatyPS 1.0 release. This has been changed import-MarkdownModuleFile | Export-YamlModuleFile.