Run Prettier

This commit is contained in:
Vesa Luusua 2018-11-05 12:34:31 +02:00
parent e4b56a4aa4
commit 74c54a38be
2 changed files with 4 additions and 3 deletions

View file

@ -140,4 +140,5 @@ See more in the [testing documentation](testing.md).
## Customization
There are many things that you should change in the default template, and many more that you can
change. Read [more about FTW](README.md) and check the [Customization checklist](customization-checklist.md) documentation too before publishing your site.
change. Read [more about FTW](README.md) and check the
[Customization checklist](customization-checklist.md) documentation too before publishing your site.

View file

@ -14,8 +14,8 @@ A template consists of two files:
* `TEMPLATE_NAME-subject.txt` - holds the mail Subject line template
* `TEMPLATE_NAME-html.html` - contains the template for the HTML version of the mail
Both parts are mandatory. All emails that are sent from the marketplace contain both the HTML and plain
text variants and the recipient's mail client is free to choose which one to visualize and
Both parts are mandatory. All emails that are sent from the marketplace contain both the HTML and
plain text variants and the recipient's mail client is free to choose which one to visualize and
how. The text version is automatically generated from the HTML template.
## Template syntax