Add table tag to exception list
This commit is contained in:
@ -15,7 +15,7 @@ block content
|
||||
.col-xs-12
|
||||
.bonfire-instructions
|
||||
for sentence in details
|
||||
if (/blockquote|h4/.test(sentence))
|
||||
if (/blockquote|h4|table/.test(sentence))
|
||||
!=sentence
|
||||
else
|
||||
p.wrappable.negative-10!= sentence
|
||||
|
@ -14,7 +14,7 @@ block content
|
||||
.col-xs-12
|
||||
.bonfire-instructions
|
||||
for sentence in details
|
||||
if (/blockquote|h4/.test(sentence))
|
||||
if (/blockquote|h4|table/.test(sentence))
|
||||
!=sentence
|
||||
else
|
||||
p.wrappable.negative-10!= sentence
|
||||
|
Reference in New Issue
Block a user