0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 09:45:24 +01:00
gitea/templates/repo/issue/fields/markdown.tmpl
2024-11-05 14:04:26 +08:00

4 lines
144 B
Handlebars

<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
<div>{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
</div>