aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/markdown.tmpl
blob: f6995328dd4d888cda0ee8c3b7c880090b5b9ce7 (plain)
1
2
3
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
	<div>{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
</div>