Skip to content

Commit

Permalink
Merge pull request #9 from xxxxue/8------fix
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
xxxxue authored Jul 19, 2023
2 parents 91b070b + 687c0d3 commit 3b74723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DocsifyBuildSidebar/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

Utils.WriteDivider();

AnsiConsole.MarkupLine($"○ [green]{_homePath} ->>> Done![/]");
AnsiConsole.MarkupLine("○ [green]{0} ->>> Done![/]",Markup.Escape(_homePath));

Utils.WriteDivider();

Expand Down Expand Up @@ -241,6 +241,6 @@ void ShowWarnFileList()
}
foreach (var item in _warnFileList)
{
AnsiConsole.MarkupLine($"[yellow]{item}[/]");
AnsiConsole.MarkupLine("[yellow]{0}[/]",Markup.Escape(item));
}
}

0 comments on commit 3b74723

Please sign in to comment.