platyPS: Example code missing prompts
In my examples I almost always preface the example command with a prompt so that it looks like this:
PS C:\> get-myfoo -name blah
But converting this to a markdown file strips off the prompt and all I get is the command.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (4 by maintainers)
Just converted a command with comment based help to markdown using v0.7.0. Comment based help included the prompts and New-Markdownhelp stripped them out.