I’m also using a Powershell script to generate automated release notes, which are in Markdown - and they look absolutely lovely in the Octopus Deploy UI, but when they’re added to the notification email the Markdown isn’t being rendered to HTML so we’re getting raw inline Markdown. Which doesn’t look quite so lovely.
Is there a way to force Markdown>HTML rendering when populating the email template?
Thanks for reaching out! Lets say you have your release notes on the variable#{ Octopus.Release.Notes}, if on the email body you put #{ Octopus.Release.Notes | Markdown}, it’ll convert the markdown content of your notes to HTML.