Skip to content

Messes up tags with complex properties with spaces #10

@jasonpennington5308

Description

@jasonpennington5308

Love this utility. It is messing up a few tags. Example below:

<RadzenButton class="rz-mt-3" ButtonType="ButtonType.Submit" Size="ButtonSize.Small"
                                          Text="@($"Send to {_systemUser?.InternalEmailAddress}")"
                                          Click=@(_ => SetAction(SendContent))>
                            </RadzenButton>

becomes

<RadzenButton class="rz-mt-3"
          ButtonType="ButtonType.Submit"
          Size="ButtonSize.Small"
          Text="@($"Send
          Click="@(_ => SetAction(SendContent))"
          to
          {_systemUser?.InternalEmailAddress}")">
</RadzenButton>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions