Skip to content

Commit bb120ce

Browse files
giant spaces
1 parent aa3189d commit bb120ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/templates/to_md.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ $initScript = {
4444
$null = $rtn.Add('*Aliases : ' + $doc_to_render.Alias + '*')
4545
$null = $rtn.Add('')
4646
}
47-
$null = $rtn.Add("`n" + ' ' + "`n")
4847
$null = $rtn.Add('Want to see the source code for this command? Check out [' + $doc_to_render.CommandName + '](https://github.com/dataplat/dbatools/blob/master/public/' + $doc_to_render.CommandName + '.ps1) on GitHub.')
4948
$null = $rtn.Add("<br>")
5049
$null = $rtn.Add('Want to see the Bill Of Health for this command? Check out [' + $doc_to_render.CommandName + '](https://dataplat.github.io/boh#' + $doc_to_render.CommandName + ').')

0 commit comments

Comments
 (0)