aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editgroup_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r--python/fatcat_web/templates/editgroup_view.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html
index 2f61671d..31f9026f 100644
--- a/python/fatcat_web/templates/editgroup_view.html
+++ b/python/fatcat_web/templates/editgroup_view.html
@@ -124,7 +124,7 @@ reviewable bundle.
</div>
{% endif %}
<div class="ui bottom attached segment">
- {{ annotation.comment_markdown }}
+ {{ annotation.comment_markdown|markdown(escape=True) }}
</div>
</div>
{% else %}
@@ -139,6 +139,7 @@ reviewable bundle.
<div class="field">
<textarea rows="2" name="comment_markdown" required type="text" value=""></textarea>
</div>
+ <i>Markdown is allowed</i>
<button class="ui right floated primary button">
<i class="icon edit"></i> Submit
</button>