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.