forked from 0x2620/oxjs
add more html5 tags, fixes #1444
This commit is contained in:
parent
7693079b8c
commit
0c76680864
2 changed files with 6 additions and 3 deletions
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
var defaultTags = [
|
||||
// inline formatting
|
||||
'b', 'code', 'em', 'i', 's', 'strong', 'sub', 'sup', 'u',
|
||||
'b', 'bdi', 'code', 'em', 'i', 'q', 's', 'span', 'strong', 'sub', 'sup', 'u',
|
||||
// block formatting
|
||||
'blockquote', 'h1', 'h2', 'h3', 'p', 'pre',
|
||||
'blockquote', 'cite', 'div', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'pre',
|
||||
// lists
|
||||
'li', 'ol', 'ul',
|
||||
// tables
|
||||
'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr',
|
||||
// other
|
||||
'a', 'br', 'img',
|
||||
'a', 'br', 'img', 'figure', 'figcaption',
|
||||
// special
|
||||
'rtl', '[]'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue