diff --git a/common-theme/layouts/partials/multiple-choice.html b/common-theme/layouts/partials/multiple-choice.html index ec88f6dcd..3e7b4631c 100644 --- a/common-theme/layouts/partials/multiple-choice.html +++ b/common-theme/layouts/partials/multiple-choice.html @@ -29,7 +29,7 @@
- 🤔 {{ $question }} + 🤔 {{ $question | markdownify }}
    {{range $index, $answer := $answers }}
  1. @@ -42,7 +42,7 @@ id="answer-{{ $index }}" name="answer" value="{{ $index }}" /> - {{ $answer }}
  2. {{ end }} @@ -51,7 +51,7 @@