[PR #803] [CLOSED] Switch to full markdown renderer for issue notification mails #15583

Closed
opened 2025-11-02 11:49:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/803
Author: @mjwwit
Created: 1/31/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c2c754d Switch to full markdown renderer for issue notification mails

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 models/mail.go (+1 -1)

📄 Description

Notification mails for issues included the content of the issue in a non-rendered format. Especially when code blocks or markdown formatting was used in the issue content, this lead to unreadable garbage in the notification mails (#768).

This PR fully renders markdown in issue content before putting it in the email body.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/803 **Author:** [@mjwwit](https://github.com/mjwwit) **Created:** 1/31/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c2c754d`](https://github.com/go-gitea/gitea/commit/c2c754d2eea060ee90b1359f890370109bffbd14) Switch to full markdown renderer for issue notification mails ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/mail.go` (+1 -1) </details> ### 📄 Description Notification mails for issues included the content of the issue in a non-rendered format. Especially when code blocks or markdown formatting was used in the issue content, this lead to unreadable garbage in the notification mails (#768). This PR fully renders markdown in issue content before putting it in the email body. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:49:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15583