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 c9d4cc6 commit 41bb057Copy full SHA for 41bb057
routers/web/feed/convert.go
@@ -46,10 +46,6 @@ func toReleaseLink(act *models.Action) string {
46
return act.GetRepoLink() + "/releases/tag/" + util.PathEscapeSegments(act.GetBranch())
47
}
48
49
-func toIssueContent(ctx *context.Context, act *models.Action) string {
50
- return renderMarkdown(ctx, act, act.GetIssueContent())
51
-}
52
-
53
// renderMarkdown creates a minimal markdown render context from an action.
54
// If rendering fails, the original markdown text is returned
55
func renderMarkdown(ctx *context.Context, act *models.Action, content string) string {
0 commit comments