From 6f1013ecdb075144c53507dd306fc2e552e8378d Mon Sep 17 00:00:00 2001 From: scott-wyatt Date: Thu, 1 Dec 2016 14:48:08 -0500 Subject: [PATCH] Adds h2-h6 to html block whitelist --- 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',