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