We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
That would be great if we could create buttons groups as such :
var editor = new MediumEditor('.editable', { toolbar: { buttons: ['bold', 'italic', 'underline'], [ 'h1', 'h2', 'h3'] } });
Ideally we could style the separator or apply templates to get a specific presentation of the groups
Activity