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