summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/fields/markdown.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/fields/markdown.tmpl')
-rw-r--r--templates/repo/issue/fields/markdown.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo/issue/fields/markdown.tmpl b/templates/repo/issue/fields/markdown.tmpl
new file mode 100644
index 0000000..934699e
--- /dev/null
+++ b/templates/repo/issue/fields/markdown.tmpl
@@ -0,0 +1,3 @@
+<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
+ <div>{{RenderMarkdownToHtml .Context .item.Attributes.value}}</div>
+</div>