Ghost/test
Kevin Ansfield c434666ba2 🐛 Removed [http://url/] output in member email preview text
no issue

- we output the post excerpt in a hidden div in the email template so that email clients pick it up as the "preview" text when listing emails
- when no custom excerpt is provided the preview text is grabbed from post.excerpt which is the first 500 chars of the post.plaintext value
- post.plaintext formats links as "Link [http://url/]" which is unwanted in html email previews

- add a basic replacement to the post email serializer to remove any `[http://url/]` occurrences from the post excerpt before rendering the email content
2020-08-12 20:14:06 +01:00
..
api-acceptance 🐛 Removed [http://url/] output in member email preview text 2020-08-12 20:14:06 +01:00
frontend-acceptance 🎨 New Google AMP template (#11986) 2020-07-06 17:09:24 +01:00
regression Replaced all usage of member models with members-api (#12117) 2020-08-12 14:17:44 +01:00
unit Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
utils Fixed tests with members labels 2020-08-12 17:02:08 +12:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.json Fixed linting error 2020-04-17 11:32:29 +01:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00