stable

Clone or download

Read-only

Render markdown in email notifications

Part of story #18336 add support of markdown How to test: - In your user preferences, choose to receive emails as Text format. - Submit a new follow-up in markdown (for example using the artifact modal) - The email you receive should show the text content of the follow-up comment. - Repeat the test and choose to receive emails as HTML format. - The email you receive should feature the comment as markdown rendered in HTML with references as links. Change-Id: I5655358f16359e32c8eeea502acc67bc8dd3a082

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +12 −7 Go to diff View file
M src/common/Markdown/CommonMarkInterpreter.php +8 −0 Go to diff View file
M src/common/Markdown/ContentInterpretor.php +11 −0 Go to diff View file