Fix markdown inside expandable.

This commit is contained in:
oniboni 2021-07-15 22:54:08 +02:00
parent 62ef5942af
commit 43d4a61d41
Signed by: oniboni
GPG Key ID: 11E6EDEFD248BB50
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<strong>{{.Get 0 }}</strong> <strong>{{.Get 0 }}</strong>
</div> </div>
<div class="expand-content" style="display: none;"> <div class="expand-content" style="display: none;">
{{.Inner | safeHTML}} {{.Inner | markdownify}}
<br> <br>
</div> </div>
</div> </div>