Skip to content

Commit

Permalink
fix: add tags to bold and italic buttons defs
Browse files Browse the repository at this point in the history
fix #364
  • Loading branch information
Alex-D committed Aug 30, 2016
1 parent 2d764d7 commit 31209ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/trumbowyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,12 @@ jQuery.trumbowyg = {
},

bold: {
key: 'B'
key: 'B',
tag: 'b'
},
italic: {
key: 'I'
key: 'I',
tag: 'i'
},
underline: {
tag: 'u'
Expand Down

0 comments on commit 31209ba

Please sign in to comment.