HelpOut
HelpOut copied to clipboard
A Helpful Toolkit for Managing PowerShell Help
Currently, Markdown Help is implemented mainly in the formatter. It should be implemented in ScriptMethods, for easier a-la-carte usage. * [x] #204
HelpOut should attempt to document PowerShell classes in the same way it supports documentation for script methods and properties.
Since [Confluence's storage format](https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html) is *close enough* to pure XHTML, generating .HTML / .XHTML within HelpOut should be able to help build confluence documents (and regular HTML/XHTML pages).