Merge master

This commit is contained in:
Pieter Vander Vennet 2024-06-18 21:13:06 +02:00
commit 4da462d8aa
177 changed files with 14892 additions and 11517 deletions

View file

@ -868,7 +868,7 @@ export default class TagRenderingConfig {
}
return [
"### this.id",
"### "+this.id,
this.description,
this.question !== undefined
? "The question is `" + this.question.txt + "`"