Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-03-08 02:07:22 +01:00
commit db25d64409
30 changed files with 556 additions and 145 deletions

View file

@ -622,7 +622,8 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
warnings.push(
"At " +
context +
": the question contains a div, a span, a br or an element with class 'subtle'. Please, use a `questionHint` instead"
": the question contains a div, a span, a br or an element with class 'subtle'. Please, use a `questionHint` instead.\n The question is: " +
question.textFor("en")
)
}
}