Browse Source

Add missed h2..h6 to whitelisted block tags

pull/312/head
Vitaly Puzrin 8 years ago
parent
commit
09e9ad1688
  1. 5
      lib/common/html_blocks.js

5
lib/common/html_blocks.js

@ -31,6 +31,11 @@ module.exports = [
'frame',
'frameset',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'head',
'header',
'hr',

Loading…
Cancel
Save