Skip to content

Trying to add a customTextWrapper property... #93

@BentonAtQuadland

Description

@BentonAtQuadland

And it works for "bold" but not for "strikethrough"

customTextWrapper: { bold: (child) => { return${child}; }, strikethrough: (child) => { return ${child}; }, },

Any suggestions as to why? The "bold" works but not the strikethrough. Both come with respective prop: bold = true, strikethrough = true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions