File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common-theme/layouts/partials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 < multiple-choice data-correct ="{{$correct}} " class ="c-quiz ">
3030 < form slot ="quiz ">
3131 < fieldset class ="c-quiz__fieldset " tabindex ="0 ">
32- < legend class ="c-quiz__legend "> 🤔 {{ $question }}</ legend >
32+ < legend class ="c-quiz__legend "> 🤔 {{ $question | markdownify }}</ legend >
3333 < ol class ="c-quiz__list ">
3434 {{range $index, $answer := $answers }}
3535 < li class ="c-quiz__answer ">
4242 id ="answer-{{ $index }} "
4343 name ="answer "
4444 value ="{{ $index }} " />
45- {{ $answer }}</ label
45+ {{ $answer | markdownify }}</ label
4646 >
4747 </ li >
4848 {{ end }}
5151 </ form >
5252 < section class ="c-quiz__feedback " slot ="feedback " aria-live ="polite ">
5353 {{ range $index, $fb := $feedback }}
54- < p class ="c-quiz__remark " data-index ="{{$index}} " > 💬 {{ $fb }}</ p >
54+ < p class ="c-quiz__remark " data-index ="{{$index}} " > 💬 {{ $fb | markdownify }}</ p >
5555 {{ end }}
5656 </ section >
5757 </ multiple-choice >
You can’t perform that action at this time.
0 commit comments