Ghost/test
Kevin Ansfield f8f0f76788 🐛 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-18 11:33:48 +01:00
..
api-acceptance 🐛 Removed [http://url/] output in member email preview text 2020-08-18 11:33:48 +01:00
frontend-acceptance 🎨 New Google AMP template (#11986) 2020-07-06 17:09:24 +01:00
regression Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
unit 🐛 Readded missing server.start event 2020-08-11 10:09:24 +01:00
utils Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00
.eslintignore
.eslintrc.json
.jshintrc