PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
766 stars 149 forks source link

V2 remove the Prompt string and add language tag for the Example template #534

Closed sdwheeler closed 2 years ago

sdwheeler commented 3 years ago

The Example template in the cmdlet markdown file is:

### Example 1: Example 1

```
PS C:\> {{ Add example code here }}
```

Change the template to:

### Example 1: Example 1

```powershell
{{ Add example code here }}
```