We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a492 commit 70633a1Copy full SHA for 70633a1
templates/repo/issue/fields/markdown.tmpl
@@ -1,3 +1,3 @@
1
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
2
- <div>{{RenderMarkdownToHtml .Context .item.Attributes.value}}</div>
+ <div class="markup">{{RenderMarkdownToHtml .Context .item.Attributes.value}}</div>
3
</div>
0 commit comments