Merge pull request #69 from rv0/master
Allow markdown in section2 texts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<p>
|
||||
<span class="icon-box-title">{{ .title }}</span>
|
||||
|
||||
<span class="icon-box-text">{{ .text }}</span>
|
||||
<span class="icon-box-text">{{ .text | markdownify }}</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user