Merge pull request #2727 from overleaf/jel-td-allowed-style-attribute

Allow style attribute on td

GitOrigin-RevId: 2886f5fdfed2d7b225e3f2e827a9313237a59ab0
This commit is contained in:
Simon Detheridge 2020-04-08 14:43:41 +01:00 committed by Copybot
parent 0099032963
commit 61e338fa7d

View file

@ -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' ]