From 68c92f98f69aa2816b3e7c4d58992166b31fb111 Mon Sep 17 00:00:00 2001 From: Luke Scott Date: Thu, 30 May 2019 07:40:07 +1000 Subject: [PATCH] feat: now breaks on blockquote --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 8d580fb..b6a1e6a 100644 --- a/src/index.js +++ b/src/index.js @@ -20,6 +20,7 @@ const TAGS_TO_BREAK_ON = [ 'table', 'th', 'td', + 'blockquote', 'header', 'footer', 'nav',