diff --git a/src/components/editor.js b/src/components/editor.js index d8c1274b..7ef6aa30 100644 --- a/src/components/editor.js +++ b/src/components/editor.js @@ -139,6 +139,16 @@ var actions = [ title: 'Italic', command: 'italic' }, + { + icon: 'U', + title: 'Underline', + command: 'underline' + }, + { + icon: 'S', + title: 'Strike through', + command: 'strikeThrough' + }, { icon: 'X2', title: 'Subscript',