1
0
Fork 0
forked from 0x2620/oxjs

support h1-h6, fixes #516

This commit is contained in:
j 2012-02-18 15:40:41 +00:00
commit b12099a9d7
2 changed files with 5 additions and 2 deletions

View file

@ -46,7 +46,7 @@ Ox.parseHTML = (function() {
// inline formatting
'b', 'code', 'i', 's', 'sub', 'sup', 'u',
// block formatting
'blockquote', 'h1', 'p', 'pre',
'blockquote', 'h1', 'h2', 'h3', 'p', 'pre',
// lists
'li', 'ol', 'ul',
// tables