support h1-h6, fixes #516
This commit is contained in:
parent
a66c7c9bdd
commit
b12099a9d7
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue