Ghost/core/server/services/mega
Kevin Ansfield 413b06d1b5 Fixed leading/trailing HR removal when rendering email content
refs https://github.com/TryGhost/Team/issues/1007

- `:root` selector wasn't working as expected and ended up matching HRs within content
- switched to wrapping the post html inside a `<body>` element before parsing so that we have a proper top-level element for direct child selectors to match against
2021-08-25 09:25:55 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Updated email sending error copy 2021-08-03 10:13:14 +04:00
post-email-serializer.js Fixed leading/trailing HR removal when rendering email content 2021-08-25 09:25:55 +01:00
segment-parser.js Added unique filtering for segment parser 2021-06-30 17:43:28 +04:00
template-labs.js Fixed hr element and button overlapping in cta card in email template 2021-08-03 18:43:29 +02:00
template.js 🐛 Fixed alt="null" for feature image in emails 2021-07-15 09:44:34 +01:00