summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/markdown.tmpl
blob: 934699ed058ce132e966661eb1b86afeb9558bf1 (plain)
1
2
3
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
	<div>{{RenderMarkdownToHtml .Context .item.Attributes.value}}</div>
</div>