From 09e9ad168843792d61248da12fe376314b5f6623 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 1 Dec 2016 22:39:10 +0300 Subject: [PATCH] Add missed h2..h6 to whitelisted block tags --- lib/common/html_blocks.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/common/html_blocks.js b/lib/common/html_blocks.js index 515fb00..26cb58b 100644 --- a/lib/common/html_blocks.js +++ b/lib/common/html_blocks.js @@ -31,6 +31,11 @@ module.exports = [ 'frame', 'frameset', 'h1', + 'h2', + 'h3', + 'h4', + 'h5', + 'h6', 'head', 'header', 'hr',