``` var stylesJSON = [ { btnName: 'superscript', wrap: 'sup' } ]; $('#redactor').redactor({ plugins: ['styles'], stylesJson: stylesJSON }); ``` Clicking `Remove style` does nothing, and the style can be applied multiple times.