Export-MarkdownCommandHelp creates a subfolder for the module associated with the command exported. Export-MarkdownModuleFile does not. So as an author, the cmdlet markdown is written to a module folder but the module file isn't unless I provide the module folder name.
Summary of the new feature / enhancement
Export-MarkdownCommandHelp
creates a subfolder for the module associated with the command exported.Export-MarkdownModuleFile
does not. So as an author, the cmdlet markdown is written to a module folder but the module file isn't unless I provide the module folder name.Is this the right behavior?
Same for
Export-YamlModuleFile
.Proposed technical implementation details (optional)
No response