Files
devstar-create-from-template/templates/repo/issue/fields/markdown.tmpl

4 lines
174 B
Handlebars
Raw Normal View History

2025-08-25 15:46:12 +08:00
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
<div class="render-content markup">{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
</div>