You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(broadcast): add markdown preview and render markdown in emails
Add a write/preview tab toggle to the broadcast message input, mirroring
the pattern used on the event description field. The Go backend now
converts the markdown body to HTML via blackfriday before injecting it
into the email template, replacing the plain-text white-space:pre-line
approach.
0 commit comments