PowerShell / platyPS

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

Updates for Syntax parsing and writing #626

Closed JamesWTruher closed 5 months ago

JamesWTruher commented 5 months ago

update the syntax parser and writer. I've added a SyntaxParameter to better parse the parameters in a syntax line. The output for syntax is now correct, with proper line breaks and indentation Update New-MarkdownHelp so it emits an adapted fileinfo object and it looks better now.

PR Summary

PR Context