Skip to content

Commit

Permalink
Merge pull request #33 from HubSpot/blockquote-default-html
Browse files Browse the repository at this point in the history
Add blockquote default HTML
  • Loading branch information
benbriggs authored Jan 20, 2017
2 parents a2ec825 + 7b0f9bf commit ddd98b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/default/defaultBlockHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
'header-four': <h4 />,
'header-five': <h5 />,
'header-six': <h6 />,
'blockquote': <blockquote />,
'unordered-list-item': {
element: <li />,
nest: <ul />
Expand Down

0 comments on commit ddd98b1

Please sign in to comment.