Add table tag to exception list

This commit is contained in:
SaintPeter
2015-12-24 16:00:44 -08:00
parent e65b2b3371
commit 758a22bb0d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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