Merge pull request #69 from rv0/master

Allow markdown in section2 texts
This commit is contained in:
Stefan M
2019-09-03 19:10:00 +02:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
<p> <p>
<span class="icon-box-title">{{ .title }}</span> <span class="icon-box-title">{{ .title }}</span>
<span class="icon-box-text">{{ .text }}</span> <span class="icon-box-text">{{ .text | markdownify }}</span>
</p> </p>
</div> </div>
</div> </div>