|
18 | 18 | from .tag import (_del, _input, a, abbr, address, article, aside, audio, |
19 | 19 | blockquote, body, br, button, caption, cite, dd, dfn, div, |
20 | 20 | dl, dt, em, fieldset, figcaption, figure, footer, form, h1, |
21 | | - h2, h3, h4, h5, h6, head, header, hr, html, img, ins, kbd, |
| 21 | + h2, h3, h4, h5, h6, head, header, hr, html, i, img, ins, kbd, |
22 | 22 | label, legend, li, link, mark, meta, nav, ol, optgroup, |
23 | 23 | option, p, pre, progress, q, script, section, select, source, |
24 | 24 | span, strong, style, sub, sup, table, tbody, td, textarea, |
|
34 | 34 | # Structure |
35 | 35 | 'abbr', 'blockquote', 'cite', 'q', 'sup', 'sub', 'strong', 'em', 'mark', |
36 | 36 | 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'img', 'figure', 'figcaption', 'audio', |
37 | | - 'video', 'source', 'a', 'br', 'p', 'hr', 'address', '_del', 'ins', 'dfn', |
38 | | - 'kbd', 'pre', 'progress', 'time', |
| 37 | + 'video', 'source', 'a', 'br', 'p', 'hr', 'i', 'address', '_del', 'ins', |
| 38 | + 'dfn', 'kbd', 'pre', 'progress', 'time', |
39 | 39 |
|
40 | 40 | # List |
41 | 41 | 'ul', 'ol', 'li', 'dl', 'dt', 'dd', |
|
0 commit comments