Support markdown syntax in the summary field of achievementes
This commit is contained in:
parent
78a2fdd304
commit
632aa48c71
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
<h4 class="title" id="achievement-title">{{ .title }}</h4>
|
||||
<div class="caption hidden col-lg-6 text-left" id="caption">
|
||||
<h4>{{ .title }}</h4>
|
||||
<p>{{ .summary }}</p>
|
||||
<p>{{ .summary | markdownify }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue