Skip to content

Commit

Permalink
Fixed Bold extension
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed May 4, 2021
1 parent 3f42a4f commit 7e7dcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RichTextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static FormattedStringBuilder Bold(this FormattedStringBuilder source)
source.Append("<b>");
source.PushToEnd("</b>");

return source.Italic();
return source;
}

public static FormattedStringBuilder Italic(this FormattedStringBuilder source)
Expand Down

0 comments on commit 7e7dcbc

Please sign in to comment.