Escaped the h4
in the challenge-instructions sentence
block because the h4
was causing the issue with inconsistent text.
This commit is contained in:
@ -17,7 +17,7 @@ block content
|
|||||||
hr
|
hr
|
||||||
.challenge-instructions
|
.challenge-instructions
|
||||||
for sentence in description
|
for sentence in description
|
||||||
if (/blockquote|h4|table/.test(sentence))
|
if (/\<blockquote|\<h4|\<table/.test(sentence))
|
||||||
!=sentence
|
!=sentence
|
||||||
else
|
else
|
||||||
p.wrappable!= sentence
|
p.wrappable!= sentence
|
||||||
|
Reference in New Issue
Block a user