Escaped the h4 in the challenge-instructions sentence block because the h4 was causing the issue with inconsistent text.

This commit is contained in:
Randy Tolentino
2016-02-26 11:22:01 -06:00
parent 4cbbbe160b
commit a6f2373efd

View File

@ -17,7 +17,7 @@ block content
hr
.challenge-instructions
for sentence in description
if (/blockquote|h4|table/.test(sentence))
if (/\<blockquote|\<h4|\<table/.test(sentence))
!=sentence
else
p.wrappable!= sentence