diff options
Diffstat (limited to 'templates/repo/issue/fields/markdown.tmpl')
-rw-r--r-- | templates/repo/issue/fields/markdown.tmpl | 3 |
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 0000000000..8236171523 --- /dev/null +++ b/templates/repo/issue/fields/markdown.tmpl @@ -0,0 +1,3 @@ +<div class="field"> + <div>{{RenderMarkdownToHtml .Attributes.value}}</div> +</div> |