Skip to content

Commit

Permalink
fix: Adding All supporting tag in table to render the data correctly …
Browse files Browse the repository at this point in the history
…as precautionary action
  • Loading branch information
thelukewalton committed Apr 25, 2024
1 parent eb65465 commit f49b1e3
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,64 @@ const zdsTableTags = {
'li',
'colgroup',
'hr',
'a',
'abbr',
'acronym',
'address',
'b',
'bdi',
'bdo',
'big',
'cite',
'code',
'data',
'del',
'dfn',
'em',
'font',
'i',
'ins',
'kbd',
'mark',
'q',
'rt',
's',
'samp',
'small',
'span',
'strike',
'strong',
'sub',
'sup',
'time',
'tt',
'u',
'var',
'wbr',
'article',
'aside',
'body',
'center',
'dd',
'dl',
'dt',
'figcaption',
'figure',
'footer',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'header',
'html',
'main',
'nav',
'noscript',
'pre',
'section',
'summary',
};

/// [TableHtmlExtension] adds support for the <table> element to the flutter_html library.
Expand Down

0 comments on commit f49b1e3

Please sign in to comment.