mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2727 from overleaf/jel-td-allowed-style-attribute
Allow style attribute on td GitOrigin-RevId: 2886f5fdfed2d7b225e3f2e827a9313237a59ab0
This commit is contained in:
parent
0099032963
commit
61e338fa7d
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ module.exports = settings =
|
|||
'source': [ 'src', 'type' ]
|
||||
'span': [ 'class', 'id', 'style' ]
|
||||
'table': [ 'border', 'class', 'id', 'style' ]
|
||||
'td': [ 'colspan', 'rowspan', 'headers' ]
|
||||
'td': [ 'colspan', 'rowspan', 'headers', 'style' ]
|
||||
'th': [ 'abbr', 'headers', 'colspan', 'rowspan', 'scope', 'sorted', 'style' ]
|
||||
'tr': [ 'class' ]
|
||||
'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|
||||
|
|
Loading…
Reference in a new issue