Skip to content

<LineBreak> support #43

Open
Open
@ghost

Description

I had an issue where the HtmlFromXamlConverter.cs didn't support simple line breaks, which I fixed by inserting the following at line 451:

                    case "LineBreak":
                        htmlElementName = "BR";
                        break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions