Skip to content

Commit

Permalink
Get-DbaHelp, fix examples formatting (dataplat#7256)
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod authored Apr 27, 2021
1 parent ae53200 commit de6fed6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions internal/functions/Get-DbaHelp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Get-DbaHelp {
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Find-DbaCommand
https://dbatools.io/Get-DbaHelp
.EXAMPLE
Expand Down Expand Up @@ -136,7 +136,10 @@ function Get-DbaHelp {
}
$null = $rtn.Add($row)
}

}
if ($inside -eq 1) {
$inside = 0
$null = $rtn.Add('```')
}
if ($doc_to_render.Params) {
$dotitle = 0
Expand Down

0 comments on commit de6fed6

Please sign in to comment.