Skip to content

Add implicit type conversion from text to TextObject  #85

@kzu

Description

@kzu

So that instead of writing:

new Section
{
    Text = new TextObject("Some text")
},

you could write:

new Section
{
    Text = "Some text"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions