From a2a67a5222a28536148f35eae3e24951fe7d0118 Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Thu, 30 Jan 2020 17:18:59 +0100 Subject: [PATCH] Add doc for email templates --- docs/components/services/mailer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/services/mailer.md b/docs/components/services/mailer.md index 978042a..bb3471d 100644 --- a/docs/components/services/mailer.md +++ b/docs/components/services/mailer.md @@ -39,7 +39,7 @@ npm install -g mjml It uses its own file extention (`.mjml`) and syntax that abstracts the whole layer of complexity related to responsive email design. Once the template done and the content updated we can convert the mjml syntax to html using the following command: -``` +```bash mjml my-file.mjml -o my-file.html ``` -- GitLab