Skip to content

Commit

Permalink
Merge 3d097d0 into 1d04426
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker authored May 6, 2024
2 parents 1d04426 + 3d097d0 commit 0d44994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Modules/MarkdownPS/Public/New-MDTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function New-MDTable {
switch($Columns[$key])
{
"left" {
$separator += ' '+ $dashes +' '
$separator += ':'+ $dashes +' '
}
"right" {
$separator += ' '+ $dashes +':'
Expand Down

0 comments on commit 0d44994

Please sign in to comment.