Skip to content

Commit d85d965

Browse files
committed
Add markdown supported note
1 parent f80d9cb commit d85d965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/Comment/Section.inc.phtml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() &
5454
<input type="hidden" name="parent_type" value="<?=$comment_parent_type?>"/>
5555
<input type="hidden" name="parent_id" value="<?=$comment_parent_id?>"/>
5656
<div class="form-group">
57+
<span class="float-right text-muted small">(Markdown supported)</span>
5758
<label for="comment-content" class="font-weight-bold">Make a Comment:</label>
5859
<textarea id="comment-content" class="border border-secondary form-control bg-dark text-light" name="content"></textarea>
5960
</div>

0 commit comments

Comments
 (0)