Skip to content

Commit

Permalink
feat(index.js): adds break when using <pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaus committed Jul 25, 2018
1 parent a3e5fc8 commit bc6184c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const TAGS_TO_BREAK_ON = [
"ol",
"ul",
"li",
"pre",
"table",
"td"
];
Expand Down

0 comments on commit bc6184c

Please sign in to comment.