fix-instructions-formatting
Another adjustment to the Regex (the word table in the paragraph made it not be wrapped in a p element)
This commit is contained in:
@ -18,7 +18,7 @@ block content
|
|||||||
.col-xs-12
|
.col-xs-12
|
||||||
.challenge-instructions
|
.challenge-instructions
|
||||||
for sentence in description
|
for sentence in description
|
||||||
if (/blockquote|\<ol|h4|table/.test(sentence))
|
if (/blockquote|\<ol|h4|\<table/.test(sentence))
|
||||||
!=sentence
|
!=sentence
|
||||||
else
|
else
|
||||||
p.wrappable!= sentence
|
p.wrappable!= sentence
|
||||||
|
Reference in New Issue
Block a user