1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-15 02:38:13 +00:00
Files
gitea/templates/repo/issue/fields/markdown.tmpl
wxiaoguang 4a469c8e1b Refactor template ctx and render utils (#32422)
Clean up the templates
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>