Run Prettier for docs

This commit is contained in:
Vesa Luusua 2018-12-20 16:09:50 +02:00
parent 55dc734cf0
commit c170bc31a3
2 changed files with 8 additions and 6 deletions

View file

@ -14,7 +14,8 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2018-XX-XX ## Upcoming version 2018-XX-XX
- [remove] Remove the default built-in email templates. Built-in email templates can be edited in Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983) - [remove] Remove the default built-in email templates. Built-in email templates can be edited in
Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983)
## [v2.5.0] 2018-12-17 ## [v2.5.0] 2018-12-17

View file

@ -1,7 +1,7 @@
# Mail templates # Mail templates
This directory contains the default templates for transaction emails. This directory contains the default templates for transaction emails. Built-in email templates can
Built-in email templates can be edited in Console. be edited in Console.
Before making customizations, copy the templates to another directory (e.g. `mail-templates`). Note Before making customizations, copy the templates to another directory (e.g. `mail-templates`). Note
that, at present, changes made to the template files in this repository will not take effect that, at present, changes made to the template files in this repository will not take effect
@ -37,8 +37,10 @@ Example html:
<hr /> <hr />
<p>You have received this email notification because you are a member of {{marketplace.name}}. <p>
If you no longer wish to receive these emails, please contact {{marketplace.name}} team.</p> You have received this email notification because you are a member of {{marketplace.name}}. If
you no longer wish to receive these emails, please contact {{marketplace.name}} team.
</p>
</body> </body>
</html> </html>
``` ```
@ -52,7 +54,6 @@ The template syntax supports conditionals, loops, helpers and other constructs.
## List of templates ## List of templates
The templates in the list below correspond to mails defined in the default transaction process. The templates in the list below correspond to mails defined in the default transaction process.
Customized transaction processes can have different set of mail templates. Customized transaction processes can have different set of mail templates.