mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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
|
||||
.challenge-instructions
|
||||
for sentence in description
|
||||
if (/blockquote|h4|table/.test(sentence))
|
||||
if (/\<blockquote|\<h4|\<table/.test(sentence))
|
||||
!=sentence
|
||||
else
|
||||
p.wrappable!= sentence
|
||||
|
||||
Reference in New Issue
Block a user