mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Add table tag to exception list
This commit is contained in:
parent
e65b2b3371
commit
758a22bb0d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user