PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
782 stars 155 forks source link

Some null/empty values in Yaml are missing `''` or `[]` #710

Open sdwheeler opened 3 weeks ago

sdwheeler commented 3 weeks ago

Prerequisites

Steps to reproduce

Some fields are empty but do not display '' or [], where we need them to have an empty value explicitly. Those places are pointed by red arrows in below screenshot: image

Expected behavior

Expect to have empty values for valid YAML.

Actual behavior

Missing values

Error details

No response

Environment data

Visuals

No response