Skip to content

Commit

Permalink
Indent using tabs to align with repo code style
Browse files Browse the repository at this point in the history
  • Loading branch information
NALStudio committed Nov 24, 2024
1 parent 5673ff5 commit c32f57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MudBlazor.Markdown/MudMarkdown.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ protected virtual void RenderInlines(ContainerInline inlines, RenderTreeBuilder
case EmphasisInline x:
{
if (x.TryGetEmphasisElement(out var elementName))
{
{
builder.OpenElement(ElementIndex++, elementName);
RenderInlines(x, builder);
builder.CloseElement();
}
}
else
{
// Can't use x.Span.TryGetText(Value) since it escapes all nested markdown formatting
Expand Down

0 comments on commit c32f57c

Please sign in to comment.