Commit c729ca97 authored by Richard Glosner's avatar Richard Glosner
Browse files

Merge branch 'fix-missing-md-underscore' into 'main'

fix missing markdown underscore

See merge request inject/backend!486
parents 037a2013 bc9d58c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ All advanced features are disabled by default:
- **custom_email_suffix**: _string, default="mail.com"_ - Changes the domain of email addresses of teams,
  e.g. if set to `gmail.com` team email addresses will have the form `team_name@gmail.com`.
- **show_exercise_time**: _bool, default=False_ - Show the remaining duration of the ongoing exercise to trainees on the frontend.
- **show_exercise_overview**: _bool, default=False - Shows the performance overview to trainees when the exercise is over.
- **show_exercise_overview**: _bool, default=False_ - Shows the performance overview to trainees when the exercise is over.
- **enable_roles**: _bool, default=False_ - Enables use of team roles.
  Requires `roles.yml` file to be included in the definition.
- **instructor_required**: _bool, default=False_ - Indicates whether the exercise is intended to be run with an instructor present.