Browse Source

Added iframe to list of block tags

pull/151/merge
Vitaly Puzrin 9 years ago
parent
commit
255d62d391
  1. 7
      CHANGELOG.md
  2. 1
      lib/common/html_blocks.js

7
CHANGELOG.md

@ -1,3 +1,10 @@
4.5.0 / WIP
------------------
- Keep tabs (don't replace with spaces)
- Don't wrap iframes with paragraphs (according to spec update).
4.4.0 / 2015-07-18
------------------

1
lib/common/html_blocks.js

@ -35,6 +35,7 @@ module.exports = [
'header',
'hr',
'html',
'iframe',
'legend',
'li',
'link',

Loading…
Cancel
Save