Skip to content

Commit 40507d4

Browse files
committed
Fix addComment markdown
1 parent 54ca81b commit 40507d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/gitbucket/notifications/service/NotificationsHook.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class IssueHook extends gitbucket.core.plugin.IssueHook
6565

6666
override def addedComment(commentId: Int, content: String, issue: Issue, r: RepositoryInfo)(implicit context: Context): Unit = {
6767
val markdown =
68-
s"""|${toHtml(content, r)}
68+
s"""|${content}
6969
|
7070
|----
7171
|[View it on GitBucket](${s"${context.baseUrl}/${r.owner}/${r.name}/issues/${issue.issueId}#comment-$commentId"})

0 commit comments

Comments
 (0)